Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki authored Oct 21, 2021
1 parent 6797fd5 commit a6d631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app

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

RUN docker-php-ext-configure bcmatch --enable-bcmath && \
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
Expand Down

0 comments on commit a6d631c

Please sign in to comment.