Update Dockerfile

This commit is contained in:
Alexandre
2021-08-06 22:06:31 +02:00
committed by GitHub
parent b26711fdaf
commit 96de3867a6

View File

@@ -74,14 +74,13 @@ COPY rootfs /
VOLUME [ "/data" ]
# Environment variables
#ENV \
# DEBIAN_FRONTEND="non interactive \
# HOME="/root" \
# LANG="C.UTF-8" \
# PS1="$(whoami)@$(hostname):$(pwd)$ " \
# S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
# S6_CMD_WAIT_FOR_SERVICES=1 \
# TERM="xterm-256color"
ENV \
DEBIAN_FRONTEND="non interactive \
LANG="C.UTF-8" \
PS1="$(whoami)@$(hostname):$(pwd)$ " \
S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
S6_CMD_WAIT_FOR_SERVICES=1 \
TERM="xterm-256color"
### LABELS
ARG BUILD_ARCH