Skip to content

Commit

Permalink
Merge pull request #42 from ethpandaops/fixing-debian-latest
Browse files Browse the repository at this point in the history
allowing external packages
  • Loading branch information
parithosh authored Jun 16, 2023
2 parents 0aa5048 + 3ffe263 commit 571d3d3
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 @@ -16,7 +16,7 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
COPY apps /apps
RUN cd /apps/el-gen && pip3 install -r requirements.txt
RUN cd /apps/el-gen && pip3 install --break-system-packages -r requirements.txt
COPY --from=builder /go/bin/eth2-testnet-genesis /usr/local/bin/eth2-testnet-genesis
COPY --from=builder /go/bin/eth2-val-tools /usr/local/bin/eth2-val-tools
COPY --from=builder /go/bin/zcli /usr/local/bin/zcli
Expand Down

0 comments on commit 571d3d3

Please sign in to comment.