Skip to content

Commit

Permalink
Merge pull request #58 from soketi/extra-packages
Browse files Browse the repository at this point in the history
Experimental extra packages in Docker
  • Loading branch information
rennokki authored Oct 22, 2021
2 parents 928d92d + a6d631c commit 8ba9a5c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,12 @@ WORKDIR /app

COPY builds/network-watcher /app/network-watcher

RUN docker-php-ext-configure bcmath --enable-bcmath && \
docker-php-ext-configure pcntl --enable-pcntl && \
docker-php-ext-configure mbstring --enable-mbstring && \
docker-php-ext-install bcmath intl mbstring pcntl sockets zip

RUN docker-php-ext-configure intl --with-icu-dir=/usr/local && \
docker-php-ext-install intl

CMD ["/app/network-watcher", "network:watch"]

0 comments on commit 8ba9a5c

Please sign in to comment.