We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8e36c commit 4e1d080Copy full SHA for 4e1d080
docker/Dockerfile
@@ -92,7 +92,8 @@ RUN apk update && \
92
php83-pdo_sqlite php83-ldap php83-json php83-mbstring php83-dom \
93
php83-session php83-curl php83-gd php83-opcache php83-fileinfo \
94
php83-iconv php83-phar php83-ctype php83-posix php83-zip php83-zlib \
95
- php83-tokenizer nginx wget libsodium luajit mariadb-connector-c; \
+ php83-tokenizer nginx wget libsodium luajit mariadb-connector-c \
96
+ bind-tools; \
97
rm -f /var/cache/apk/*
98
99
ADD https://github.com/just-containers/s6-overlay/releases/download/v3.1.6.2/s6-overlay-noarch.tar.xz /tmp
0 commit comments