Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
add wget apt-transport-https apt-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed Apr 29, 2020
1 parent ce751ef commit f5810b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV QEMU_ARCH=${QEMU_ARCH:-x86_64} S6_KEEP_ENV=1
COPY qemu/qemu-${QEMU_ARCH}-static /usr/bin/

RUN set -x && apt-get update \
&& apt-get install -y curl tzdata locales psmisc procps iputils-ping logrotate libatomic1 \
&& apt-get install -y curl wget tzdata locales psmisc procps iputils-ping logrotate libatomic1 apt-transport-https apt-utils \
&& locale-gen en_US.UTF-8 \
&& case "${QEMU_ARCH}" in \
x86_64) S6_ARCH='amd64';; \
Expand Down

0 comments on commit f5810b3

Please sign in to comment.