This commit is contained in:
hailin 2025-05-17 11:59:28 +08:00
parent 7b34a4333e
commit f53b61c96b
1 changed files with 1 additions and 1 deletions

View File

@ -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/*