Skip to content

Commit

Permalink
feat(release): install libc specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Feb 27, 2024
1 parent f8547d6 commit be500b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM $CROSS_BASE_IMAGE
COPY --from=foundry /usr/local/bin/forge /usr/local/bin/forge
COPY --from=bun /usr/local/bin/bun /usr/local/bin/bun

RUN apt-get update && apt-get install -y unzip
RUN apt-get update && apt-get install -y unzip libc6=2.25 libc-bin=2.25

# Install Protobuf compiler v3
RUN curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip \
Expand Down

0 comments on commit be500b4

Please sign in to comment.