Skip to content

Commit

Permalink
Added sockets and bcmath extensions to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Dec 11, 2021
1 parent 966620f commit 0bcefda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ WORKDIR /etc/shlink

# Install required PHP extensions
RUN \
# Install mysql and calendar
docker-php-ext-install -j"$(nproc)" pdo_mysql calendar && \
# Install extensions with no extra dependencies
docker-php-ext-install -j"$(nproc)" pdo_mysql calendar sockets bcmath && \
# Install sqlite
apk add --no-cache sqlite-libs sqlite-dev && \
docker-php-ext-install -j"$(nproc)" pdo_sqlite && \
Expand Down

0 comments on commit 0bcefda

Please sign in to comment.