Skip to content

Commit

Permalink
Do not reinstall on makefile change
Browse files Browse the repository at this point in the history
  • Loading branch information
xarantolus committed Feb 18, 2024
1 parent 660f9c9 commit b46fed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rust:1-buster

COPY Makefile /tmp/Makefile

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

COPY Makefile /tmp/Makefile
RUN make -f /tmp/Makefile dependencies

0 comments on commit b46fed7

Please sign in to comment.