fix
This commit is contained in:
@@ -31,15 +31,12 @@ ENV LANG=en_US.utf8
|
||||
|
||||
ENV GOSU_VERSION=1.19
|
||||
RUN set -eux; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
gnupg \
|
||||
; \
|
||||
savedAptMark="$(apt-mark showmanual)"; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates \
|
||||
wget \
|
||||
; \
|
||||
gnupg \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; \
|
||||
wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${dpkgArch}"; \
|
||||
@@ -59,6 +56,7 @@ RUN set -eux; \
|
||||
RUN set -ex; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
gnupg \
|
||||
less \
|
||||
xz-utils \
|
||||
zstd \
|
||||
|
||||
Reference in New Issue
Block a user