diff options
author | throwaway <developerthrowaway@protonmail.com> | 2024-04-24 16:11:49 -0700 |
---|---|---|
committer | throwaway <developerthrowaway@protonmail.com> | 2024-04-24 16:11:49 -0700 |
commit | 3a220d38b56af1286fe978f55c947eb514cadc1a (patch) | |
tree | 8d11990b79f304126367caf4f3dd5a380befb8d7 /Dockerfile | |
parent | 81dc93802c32aa6f593a12b3f2efbe38dc9e31f7 (diff) |
fix treatment of config values with default of null and add php sodium
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ FROM alpine:latest WORKDIR /var/www/html/4get RUN apk update && apk upgrade -RUN apk add php apache2-ssl php83-fileinfo php83-openssl php83-iconv php83-common php83-dom php83-curl curl php83-pecl-apcu php83-apache2 imagemagick php83-pecl-imagick php-mbstring imagemagick-webp imagemagick-jpeg +RUN apk add php apache2-ssl php83-fileinfo php83-openssl php83-iconv php83-common php83-dom php83-sodium php83-curl curl php83-pecl-apcu php83-apache2 imagemagick php83-pecl-imagick php-mbstring imagemagick-webp imagemagick-jpeg COPY ./docker/apache/ /etc/apache2/ COPY . . |