We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e51983 commit 7d7323aCopy full SHA for 7d7323a
docker/base_images/Dockerfile.actix
@@ -1,5 +1,7 @@
1
FROM rust:1.85-slim
2
3
+# Install dependencies
4
+
5
RUN apt-get --yes update && apt-get --yes install curl git pkg-config libssl-dev
6
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
7
RUN cargo install cargo-watch
0 commit comments