Skip to content

Commit

Permalink
fix 71 build
Browse files Browse the repository at this point in the history
noogen committed Oct 27, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 92e84da commit 800d4b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -27,8 +27,10 @@ RUN cd /tmp \
&& /usr/bin/switch-php.sh "7.1" \
&& pecl -d php_suffix=7.1 install -f --alldeps pcs igbinary couchbase imagick v8 v8js \
&& rm -rf /tmp/* \
&& mkdir -p /tmp/20160303 && rsync -ahp /usr/lib/php/20160303/ /tmp/20160303/ \
&& /usr/bin/switch-php.sh "7.2" \
&& pecl -d php_suffix=7.2 install -f --alldeps pcs igbinary couchbase imagick v8 v8js \
&& rsync -ahp /tmp/20160303/ /usr/lib/php/20160303/ \
&& curl -s -o /tmp/python-support_1.0.15_all.deb https://launchpadlibrarian.net/109052632/python-support_1.0.15_all.deb \
&& dpkg -i /tmp/python-support_1.0.15_all.deb \
&& apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 \

0 comments on commit 800d4b6

Please sign in to comment.