Remove 3 unnecessary layers from the layer count.

This commit is contained in:
Matthew Baggett
2017-05-18 13:59:29 +01:00
parent 068b4534d4
commit a3faefd3d3

View File

@@ -9,10 +9,9 @@ RUN /bd_build/prepare.sh && \
/bd_build/fix_pam_bug.sh && \
/bd_build/cleanup.sh
ENV DEBIAN_FRONTEND teletype
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENV DEBIAN_FRONTEND="teletype" \
LANG="en_US.UTF-8" \
LANGUAGE="en_US:en" \
LC_ALL="en_US.UTF-8"
CMD ["/sbin/my_init"]