Skip to content

Commit

Permalink
chore: fix permis
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Nov 2, 2024
1 parent 2139e66 commit 7806d4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,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
USER root
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
Expand All @@ -32,7 +33,7 @@ COPY --from=flatc-build /usr/local/lib/cmake/flatbuffers /usr/local/lib/cmake/fl
COPY --from=flatc-build /usr/local/lib/pkgconfig/flatbuffers.pc /usr/local/lib/pkgconfig/flatbuffers.pc


USER root

ENV USER=solana
ARG SOLANA=1.18.22
ARG RUST_VERSION=1.81.0
Expand Down

0 comments on commit 7806d4a

Please sign in to comment.