From a478dfdaaf7ddcbc5ffce44eeac7dd7db08dd200 Mon Sep 17 00:00:00 2001 From: HoraceZhang Date: Wed, 23 Oct 2024 18:24:09 +0800 Subject: [PATCH] Update Dockerfile.fix --- Dockerfile.fix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.fix b/Dockerfile.fix index 1c96e87..e966708 100644 --- a/Dockerfile.fix +++ b/Dockerfile.fix @@ -61,7 +61,7 @@ ARG GIT_COMMIT ENV GOEXPERIMENT=arenas -RUN apt update && apt install ca-certificates && rm -rf /var/lib/apt/lists/* +RUN apt update && apt install ca-certificates -y && rm -rf /var/lib/apt/lists/* LABEL org.opencontainers.image.title="Quilibrium Network Node" LABEL org.opencontainers.image.description="Quilibrium is a decentralized alternative to platform as a service providers."