mirror of
https://github.com/linuxserver/docker-project-template.git
synced 2026-02-20 02:41:25 +08:00
add install line to make clear that APTLIST is to be used
This commit is contained in:
parent
a4c8bc366f
commit
fc6ad769a0
@ -6,6 +6,7 @@ ENV APTLIST="packages to install and update via apt"
|
||||
|
||||
#Applying stuff
|
||||
RUN apt-get update -q && \
|
||||
apt-get install $APTLIST -qy && \
|
||||
##DO STUFF HERE
|
||||
## END EACH LINE WITH && \
|
||||
## EXCEPT THE LINE BELOW
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user