Skip to content

Commit

Permalink
chore: fix bzip2
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Nov 1, 2024
1 parent 88df5b9 commit 2139e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
curl \
git \
gnupg2 \
bzip2 \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand All @@ -24,6 +23,7 @@ RUN cmake -G "Unix Makefiles" && make -j && make install
RUN strip /usr/local/bin/flatc
# Stage 2: Bonsol Test
FROM ghcr.io/anagrambuild/risczero:v1.0.3_2
RUN apt-get update && apt-get install -y -q --no-install-recommends bzip2 && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# flatbuffers
COPY --from=flatc-build /usr/local/bin/flatc /usr/local/bin/flatc
COPY --from=flatc-build /usr/local/include/flatbuffers /usr/local/include/flatbuffers
Expand Down

0 comments on commit 2139e66

Please sign in to comment.