From d99bc2210973d75c69e322cfcc191b2eeb32450c Mon Sep 17 00:00:00 2001 From: Gabriel de Quadros Ligneul Date: Tue, 29 Nov 2022 20:55:03 -0300 Subject: [PATCH] Add curl to server-manager-broker-proxy image --- offchain/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offchain/Dockerfile b/offchain/Dockerfile index 4bc91b1c..7ca94fcd 100644 --- a/offchain/Dockerfile +++ b/offchain/Dockerfile @@ -84,7 +84,7 @@ ENTRYPOINT ["rollups_dispatcher"] FROM debian:bullseye-slim AS server_manager_broker_proxy RUN <