From ea24a864abbba1777ba25db59dccd5c26ed71853 Mon Sep 17 00:00:00 2001 From: wojciechos Date: Tue, 10 Oct 2023 13:39:54 +0200 Subject: [PATCH] Add curl, grep, awk to dockerfile (#1326) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 639c06589a..5f9ecad26d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN upx-ucl /app/build/juno # Stage 2: Build Docker image FROM ubuntu:23.10 AS runtime -RUN apt-get update && apt-get install -y ca-certificates +RUN apt-get update && apt-get install -y ca-certificates curl gawk grep COPY --from=build /app/build/juno /usr/local/bin/