Skip to content

Commit

Permalink
use the flag --no-install-recommends (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajdab authored Oct 16, 2023
1 parent 7e6a1d7 commit c75912c
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 @@ -28,7 +28,7 @@ COPY --from=builder /go/pkg/mod/github.com/wasmerio/[email protected]/wasmer/pack
/go/pkg/mod/github.com/wasmerio/[email protected]/wasmer/packaged/lib/linux-amd64/libwasmer.so
# Support for go-rapidsnark prover (https://github.com/iden3/go-rapidsnark/tree/main/prover)
RUN apt-get update && \
apt-get install -y libc6-dev libomp-dev openmpi-common libgomp1 curl && \
apt-get install --no-install-recommends -y libc6-dev libomp-dev openmpi-common libgomp1 curl && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit c75912c

Please sign in to comment.