Skip to content

Commit

Permalink
Revert last change and clean up environment variable section to be mo…
Browse files Browse the repository at this point in the history
…re clear
  • Loading branch information
TheMeanCanEHdian authored Sep 30, 2018
1 parent ae4d190 commit 10ba1d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ ARG OVERLAY_VERSION="v1.21.4.0"
ARG OVERLAY_ARCH="amd64"

# environment variables
ENV PS1="$(whoami)@$(hostname):$(pwd)$ " \
ENV TAUTULLI_DOCKER="True" \
HOME="/root" \
TERM="xterm"
ENV PS1="$(whoami)@$(hostname):$(pwd)$ "
ENV TAUTULLI_DOCKER=True
ENV HOME="/root"
ENV TERM="xterm"

RUN \
echo "**** install build packages ****" && \
Expand Down

0 comments on commit 10ba1d8

Please sign in to comment.