mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 23:39:54 +03:00
Added sockets and bcmath extensions to docker image
This commit is contained in:
parent
966620f840
commit
0bcefda60d
1 changed files with 2 additions and 2 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue