Skip to content

Commit 332258b

Browse files
committed
Merge pull request #1 from andrewholgate/develop
Fixed autoremove to be forced
2 parents e15ed19 + 1a2b58e commit 332258b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ RUN apt-get -y install sudo && \
8484
usermod -a -G sudo ubuntu
8585

8686
# Clean-up installation.
87-
RUN DEBIAN_FRONTEND=noninteractive apt-get autoclean && apt-get autoremove
87+
RUN DEBIAN_FRONTEND=noninteractive apt-get -y autoclean && \
88+
DEBIAN_FRONTEND=noninteractive apt-get -y autoremove
8889

8990
RUN service apache2 restart
9091
RUN service php7.0-fpm start

0 commit comments

Comments
 (0)