summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2024-04-24 23:27:15 +0000
committerlolcat <will@lolcat.ca>2024-04-24 23:27:15 +0000
commit96f4fc927abfb5dc9eb7387929be757bf6787a80 (patch)
tree8d11990b79f304126367caf4f3dd5a380befb8d7 /Dockerfile
parent81dc93802c32aa6f593a12b3f2efbe38dc9e31f7 (diff)
parent3a220d38b56af1286fe978f55c947eb514cadc1a (diff)
Merge pull request 'fix treatment of config values with default of null and add php sodium' (#13) from docker_fix_gen_config into master
Reviewed-on: https://git.lolcat.ca/lolcat/4get/pulls/13
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index bb0e98b..8ee52cd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 . .