]> www.vanbest.org Git - motioneye-debian/commitdiff
removed environment settings
authorMarcus Klein <marcus.klein@open-xchange.com>
Fri, 25 Aug 2017 16:05:03 +0000 (18:05 +0200)
committerMarcus Klein <himself@kleini.org>
Sun, 5 Nov 2017 09:07:04 +0000 (10:07 +0100)
extra/Dockerfile

index 4b6ee613a0f4735b95b259647cf96f5e6fcf9dbf..2a16bf1a535603ef0405abb74802430b1a003532 100644 (file)
@@ -1,13 +1,6 @@
 FROM ubuntu:17.04
 LABEL maintainer="Conor Heine <conor.heine@gmail.com>"
 
-RUN locale-gen en_US.UTF-8
-ENV LANGUAGE en_US.UTF-8
-ENV LC_ALL en_US.UTF-8
-ENV LANG en_US.UTF-8
-ENV LC_TYPE en_US.UTF-8
-ENV TZ America/Los_Angeles
-
 RUN apt-get --quiet update && \
     DEBIAN_FRONTEND="noninteractive" apt-get --quiet --yes --option Dpkg::Options::="--force-confnew" --no-install-recommends install \
     automake \