Skip to content

Commit

Permalink
Add sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Oct 7, 2021
1 parent e278cda commit 2718097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PATH /composer/vendor/bin:$PATH
RUN set -e && \
apk add --no-cache --update --progress git icu gmp && \
apk add --no-cache --update --progress --virtual build-deps icu-dev gmp-dev && \
docker-php-ext-install -j$(nproc) pcntl intl bcmath gmp && \
docker-php-ext-install -j$(nproc) pcntl intl bcmath gmp sockets && \
echo "memory_limit=-1" > $PHP_INI_DIR/conf.d/99_memory-limit.ini && \
apk del build-deps && \
rm -rf /var/cache/apk/* /var/tmp/* /tmp/*
Expand Down

0 comments on commit 2718097

Please sign in to comment.