Skip to content

Commit 1479c06

Browse files
committed
remove unnecessary commands
1 parent 19ca582 commit 1479c06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Dockerfile

-4
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,6 @@ RUN mkdir /php && \
311311
COPY php.ini /etc/php/apache2-php5.2/
312312
COPY php.ini /etc/php/cli-php5.2/
313313

314-
RUN \
315-
apt-get clean && \
316-
rm -r /var/lib/apt/lists/*
317-
318314
EXPOSE 80
319315

320316
CMD ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"]

0 commit comments

Comments
 (0)