Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Add curl to server-manager-broker-proxy image
Browse files Browse the repository at this point in the history
  • Loading branch information
gligneul committed Nov 29, 2022
1 parent d41ac17 commit d99bc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ ENTRYPOINT ["rollups_dispatcher"]
FROM debian:bullseye-slim AS server_manager_broker_proxy
RUN <<EOF
apt-get update
DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends ca-certificates
DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends ca-certificates curl
rm -rf /var/lib/apt/lists/*
EOF
COPY --from=server_manager_broker_proxy_build /usr/src/app/offchain/target/release/server-manager-broker-proxy /usr/local/bin
Expand Down

0 comments on commit d99bc22

Please sign in to comment.