Skip to content

Commit

Permalink
remove unnecessary commands
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Nov 27, 2017
1 parent 19ca582 commit 1479c06
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -311,10 +311,6 @@ RUN mkdir /php && \
COPY php.ini /etc/php/apache2-php5.2/
COPY php.ini /etc/php/cli-php5.2/

RUN \
apt-get clean && \
rm -r /var/lib/apt/lists/*

EXPOSE 80

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

0 comments on commit 1479c06

Please sign in to comment.