Drop the locale hack on the Debian docker file

This commit is contained in:
Mario Limonciello 2017-06-15 17:09:20 -05:00
parent b692286690
commit 4ba3d25ba1
2 changed files with 0 additions and 9 deletions

View File

@ -57,10 +57,5 @@ RUN apt-get -t experimental install -yq --no-install-recommends \
#deps needed only for installed tests
RUN apt-get install -yq --no-install-recommends \
gnome-desktop-testing dbus-x11 ca-certificates
#fix locales
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=en_US.UTF-8
ENV LANG en_US.UTF-8
RUN mkdir /build
WORKDIR /build

View File

@ -53,8 +53,4 @@ RUN apt-get install -yq --no-install-recommends \
RUN apt-get install -yq --no-install-recommends \
gnome-desktop-testing dbus-x11 ca-certificates
RUN mkdir /build
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales && \
update-locale LANG=en_US.UTF-8
ENV LANG en_US.UTF-8
WORKDIR /build