We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223490a commit 0e4c988Copy full SHA for 0e4c988
Dockerfile
@@ -1,7 +1,7 @@
1
2
FROM rust:slim
3
4
-RUN apt-get update && apt-get install git make
+RUN apt-get update && apt-get install -y git make
5
6
# Install faketime
7
WORKDIR /usr/src/
0 commit comments