Skip to content
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.

Commit

Permalink
Environment variable optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
marclennox committed Mar 6, 2015
1 parent 33da466 commit c24a7d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ FROM debian:jessie
MAINTAINER Marc Lennox <[email protected]>

# Set environment.
ENV DEBIAN_FRONTEND noninteractive
ENV TERM xterm-color
ENV \
DEBIAN_FRONTEND=noninteractive \
TERM=xterm-color

# Install packages.
RUN apt-get update && apt-get -y install \
Expand Down

0 comments on commit c24a7d2

Please sign in to comment.