Skip to content

Commit

Permalink
Removed erroneous debugging RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
svenihoney committed Mar 27, 2017
1 parent fd071de commit 1e153b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ RUN apt-get update &&\
echo 'always_populate_raw_post_data = -1\nmax_execution_time = 240\nmax_input_vars = 1500\nupload_max_filesize = 32M\npost_max_size = 32M' > /usr/local/etc/php/conf.d/typo3.ini && \
# Configure Apache as needed
a2enmod rewrite && \
echo
RUN apt-get clean && \
apt-get clean && \
apt-get -y purge \
libxml2-dev libfreetype6-dev \
libjpeg62-turbo-dev \
Expand Down

0 comments on commit 1e153b5

Please sign in to comment.