Skip to content

Commit 7d7323a

Browse files
update dependencies
1 parent 8e51983 commit 7d7323a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/base_images/Dockerfile.actix

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM rust:1.85-slim
22

3+
# Install dependencies
4+
35
RUN apt-get --yes update && apt-get --yes install curl git pkg-config libssl-dev
46
RUN curl https://github.com/amacneil/dbmate/releases/download/v2.4.0/dbmate-linux-amd64 -L -o /usr/bin/dbmate && chmod +x /usr/bin/dbmate
57
RUN cargo install cargo-watch

0 commit comments

Comments
 (0)