Skip to content

Commit b46fed7

Browse files
committedFeb 18, 2024
Do not reinstall on makefile change
1 parent 660f9c9 commit b46fed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.devcontainer/Dockerfile

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM rust:1-buster
22

3-
COPY Makefile /tmp/Makefile
43

54
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y curl \
65
python3 python3-pip nodejs npm make gcc
76

7+
COPY Makefile /tmp/Makefile
88
RUN make -f /tmp/Makefile dependencies

0 commit comments

Comments
 (0)