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