Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
critesjosh authored Dec 6, 2023
1 parent d9f6ac9 commit ea37bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.18.5 as noir
RUN apk add curl bash git tar gzip
RUN apk add curl bash git tar gzip libc++-dev
RUN mkdir -p root/.nargo/bin
RUN curl -# -L https://github.com/noir-lang/noir/releases/latest/download/nargo-x86_64-unknown-linux-musl.tar.gz | tar -xzC root/.nargo/bin

Expand Down

0 comments on commit ea37bd4

Please sign in to comment.