diff --git a/Dockerfile b/Dockerfile index b33bf4f..ffa63a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,7 +138,7 @@ RUN arch=$([ "$TARGETARCH" = "arm64" ] && echo "aarch64" || echo "$TARGETARCH") FROM base as gosu ARG TARGETARCH # Install dependencies -RUN apt-get update && apt-get install -y --no-install-recommends supervisor && \ +RUN apt-get update && apt-get install -y --no-install-recommends supervisor \ gnupg \ ca-certificates \ && rm -rf /var/lib/apt/lists/*