diff options
author | lolcat <will@lolcat.ca> | 2024-04-27 14:26:14 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-04-27 14:26:14 -0400 |
commit | bad8d7ad5062a7e346b6f2774159b8381420cdb7 (patch) | |
tree | 317af43265b67ef67660aa2f084d26cb8239ff7c /Dockerfile | |
parent | f2eb164d40340cf221cb7ad457ab35492da4d308 (diff) | |
parent | 96f4fc927abfb5dc9eb7387929be757bf6787a80 (diff) |
Merge branch 'master' of https://git.lolcat.ca/lolcat/4get
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 . . |