We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e15ed19 + 1a2b58e commit 332258bCopy full SHA for 332258b
Dockerfile
@@ -84,7 +84,8 @@ RUN apt-get -y install sudo && \
84
usermod -a -G sudo ubuntu
85
86
# Clean-up installation.
87
-RUN DEBIAN_FRONTEND=noninteractive apt-get autoclean && apt-get autoremove
+RUN DEBIAN_FRONTEND=noninteractive apt-get -y autoclean && \
88
+ DEBIAN_FRONTEND=noninteractive apt-get -y autoremove
89
90
RUN service apache2 restart
91
RUN service php7.0-fpm start
0 commit comments