This would help

This commit is contained in:
Dane Everitt
2018-07-14 14:13:09 -07:00
parent c723f5c526
commit f7b34dfe6d

View File

@@ -8,7 +8,7 @@ ENV DEBIAN_FRONTEND=noninteractive \
RUN apt -y update \
&& apt -y upgrade \
&& apt -y --no-install-recommends install software-properties-common sudo openssh-server locales curl \
&& apt -y --no-install-recommends install software-properties-common sudo openssh-server locales curl iproute2 \
&& sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen \
&& locale-gen