mirror of
https://github.com/linuxserver/docker-project-template.git
synced 2026-02-03 06:41:33 +08:00
add ARG DEBIAN_FRONTEND="noninteractive"
This commit is contained in:
parent
595a8b34ec
commit
a4c8bc366f
@ -1,5 +1,7 @@
|
||||
FROM linuxserver/baseimage
|
||||
MAINTAINER Your Name <your@email.com>
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
|
||||
ENV APTLIST="packages to install and update via apt"
|
||||
|
||||
#Applying stuff
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user