remove unnecessary software package from arm Dockerfile

This commit is contained in:
arowser 2019-10-21 19:02:12 +08:00 committed by Christian Decker
parent 323e4f6288
commit 39fa486cb2
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ FROM debian:stretch-slim as downloader
RUN set -ex \
&& apt-get update \
&& apt-get install -qq --no-install-recommends ca-certificates dirmngr wget \
qemu qemu-user-static qemu-user binfmt-support
qemu-user-static binfmt-support
WORKDIR /opt

View File

@ -10,7 +10,7 @@ FROM debian:stretch-slim as downloader
RUN set -ex \
&& apt-get update \
&& apt-get install -qq --no-install-recommends ca-certificates dirmngr wget \
qemu qemu-user-static qemu-user binfmt-support
qemu-user-static binfmt-support
WORKDIR /opt