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
|
FROM base as gosu
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
# Install dependencies
|
# 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 \
|
gnupg \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue