Skip to content

Commit 0e4c988

Browse files
committed
Don't prompt install
1 parent 223490a commit 0e4c988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
FROM rust:slim
33

4-
RUN apt-get update && apt-get install git make
4+
RUN apt-get update && apt-get install -y git make
55

66
# Install faketime
77
WORKDIR /usr/src/

0 commit comments

Comments
 (0)