mirror of
https://gh.con.sh/https://github.com/plexinc/pms-docker
synced 2025-04-26 17:15:09 +00:00
Debian frontend should be an ARG instead
As ARG er temporary ENV, and users might exec into and thereby not be noninteractive https://github.com/docker/docker/issues/4032
This commit is contained in:
parent
2d098d41bd
commit
52088403fa
@ -1,9 +1,8 @@
|
||||
FROM ubuntu:16.04
|
||||
|
||||
ENV DEBIAN_FRONTEND="noninteractive" \
|
||||
TERM="xterm"
|
||||
|
||||
ARG S6_OVERLAY_VERSION=v1.17.2.0
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
ENV TERM="xterm"
|
||||
|
||||
ENTRYPOINT ["/init"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user