Skip to content

Commit

Permalink
attempt to reduce size
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed May 11, 2019
1 parent 3930c7c commit 64209da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ RUN cd /tmp \
&& echo 'root' >> /etc/incron.allow \
&& dpkg --configure -a \
&& pecl channel-update pecl.php.net \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& rm -f /core \
&& /usr/bin/switch-php.sh "7.1" \
&& pecl -d php_suffix=7.1 install -f --alldeps pcs igbinary couchbase imagick \
&& git clone https://github.com/phpv8/v8js.git /tmp/v8js \
Expand Down

0 comments on commit 64209da

Please sign in to comment.