Swapped to curl
This commit is contained in:
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
|
|||||||
WORKDIR ${HOME}
|
WORKDIR ${HOME}
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
iproute2 locales software-properties-common unzip wget && \
|
curl iproute2 locales software-properties-common unzip && \
|
||||||
locale-gen --lang en_US.UTF-8 && \
|
locale-gen --lang en_US.UTF-8 && \
|
||||||
add-apt-repository multiverse && \
|
add-apt-repository multiverse && \
|
||||||
dpkg --add-architecture i386 && \
|
dpkg --add-architecture i386 && \
|
||||||
|
Reference in New Issue
Block a user