mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-20 04:50:31 +02:00
Update Dockerfile
This commit is contained in:
@@ -74,14 +74,13 @@ COPY rootfs /
|
|||||||
VOLUME [ "/data" ]
|
VOLUME [ "/data" ]
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
#ENV \
|
ENV \
|
||||||
# DEBIAN_FRONTEND="non interactive \
|
DEBIAN_FRONTEND="non interactive \
|
||||||
# HOME="/root" \
|
LANG="C.UTF-8" \
|
||||||
# LANG="C.UTF-8" \
|
PS1="$(whoami)@$(hostname):$(pwd)$ " \
|
||||||
# PS1="$(whoami)@$(hostname):$(pwd)$ " \
|
S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
|
||||||
# S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \
|
S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||||
# S6_CMD_WAIT_FOR_SERVICES=1 \
|
TERM="xterm-256color"
|
||||||
# TERM="xterm-256color"
|
|
||||||
|
|
||||||
### LABELS
|
### LABELS
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
|
|||||||
Reference in New Issue
Block a user