Update Dockerfile

This commit is contained in:
sparklyballs 2016-10-27 16:01:58 +01:00 committed by GitHub
parent 38327507e5
commit ccf5e11a27

View file

@ -9,6 +9,7 @@ ARG OVERLAY_ARCH="amd64"
ENV PS1="$(whoami)@$(hostname):$(pwd)$ " \
HOME="/root" \
TERM="xterm"
ENV test="test"
# install packages
RUN \