Skip to content

Commit

Permalink
remove unnecessary software package from arm Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arowser authored and cdecker committed Nov 14, 2019
1 parent 323e4f6 commit 39fa486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/linuxarm32v7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion contrib/linuxarm64v8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 39fa486

Please sign in to comment.