Update Dockerfile
This commit is contained in:
parent
38327507e5
commit
ccf5e11a27
|
|
@ -9,6 +9,7 @@ ARG OVERLAY_ARCH="amd64"
|
||||||
ENV PS1="$(whoami)@$(hostname):$(pwd)$ " \
|
ENV PS1="$(whoami)@$(hostname):$(pwd)$ " \
|
||||||
HOME="/root" \
|
HOME="/root" \
|
||||||
TERM="xterm"
|
TERM="xterm"
|
||||||
|
ENV test="test"
|
||||||
|
|
||||||
# install packages
|
# install packages
|
||||||
RUN \
|
RUN \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue