mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
🚀 Sets Debian frontend to noninteractive
This commit is contained in:
parent
ddc89f49e7
commit
1bec299eee
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ FROM ${BUILD_FROM}
|
|||
|
||||
# Environment variables
|
||||
ENV \
|
||||
DEBIAN_FRONTEND="noninteractive" \
|
||||
HOME="/root" \
|
||||
LANG="C.UTF-8" \
|
||||
PS1="$(whoami)@$(hostname):$(pwd)$ " \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue