This commit is contained in:
parent
7b34a4333e
commit
f53b61c96b
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue