diff --git a/template/Dockerfile b/template/Dockerfile index 09afe48..e7e652a 100644 --- a/template/Dockerfile +++ b/template/Dockerfile @@ -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