Skip to content

Commit

Permalink
fix docker
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Mar 9, 2024
1 parent c5ddfac commit 21e1687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN make
# Pull ES node into a second stage deploy alpine container
FROM alpine:latest
COPY --from=builder /es-node/build/ /es-node/build/
RUN apk add --no-cache bash libstdc++ gcompat libgomp nodejs npm
RUN apk add --no-cache bash curl nodejs npm
RUN npm install -g snarkjs

# Entrypoint
Expand Down

0 comments on commit 21e1687

Please sign in to comment.