mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
Update Dockerfile
This commit is contained in:
parent
309e1d6402
commit
7db32987ff
@ -6,7 +6,7 @@ COPY --from=composer /usr/bin/composer /usr/bin/composer
|
|||||||
COPY --from=php-ext-installer /usr/bin/install-php-extensions /usr/local/bin/
|
COPY --from=php-ext-installer /usr/bin/install-php-extensions /usr/local/bin/
|
||||||
ENV COMPOSER_HOME="/tmp/composer"
|
ENV COMPOSER_HOME="/tmp/composer"
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& install-php-extensions gd exif intl bz2 gettext mongodb-stable redis opcache sockets pcntl \
|
&& install-php-extensions intl bz2 gettext mongodb-stable redis opcache sockets pcntl \
|
||||||
# install xdebug (for testing with code coverage), but do not enable it
|
# install xdebug (for testing with code coverage), but do not enable it
|
||||||
&& IPE_DONT_ENABLE=1 install-php-extensions xdebug-3.2.0
|
&& IPE_DONT_ENABLE=1 install-php-extensions xdebug-3.2.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user