Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
fixup! Docker image for PHP Language Support and Debugger
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
  • Loading branch information
vrubezhny committed May 6, 2019
1 parent 3968313 commit 9a07022
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions dockerfiles/remote-plugin-php7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@
FROM ${BUILD_ORGANIZATION}/${BUILD_PREFIX}-theia-endpoint-runtime:${BUILD_TAG}

RUN apk --update --no-cache add \
ca-certificates

RUN apk --update --no-cache add \
php7 php7-fpm php7-opcache

RUN apk --update --no-cache add \
ca-certificates \
php7 php7-fpm php7-opcache \
php7-gd php7-mysqli php7-zlib php7-curl

RUN apk --update --no-cache \
Expand All @@ -29,4 +25,4 @@ RUN echo "zend_extension=$(find /usr/lib/php7/modules/ -name xdebug.so)" > /etc/
&& echo "xdebug.remote_log=/tmp/xdebug.log" >> /etc/php7/php.ini \
&& echo "xdebug.remote_autostart=true" >> /etc/php7/php.ini

WORKDIR /projects
WORKDIR /projects

0 comments on commit 9a07022

Please sign in to comment.