Skip to content

Commit

Permalink
Remove 3 unnecessary layers from the layer count.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbaggett committed May 18, 2017
1 parent 068b453 commit a3faefd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit a3faefd

Please sign in to comment.