summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2026-07-11 12:50:03 +0200
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2026-07-11 12:50:03 +0200
commit05ec829bf7d379c994837afd31e0308ea26c1874 (patch)
tree107899afceb1df362f103f250ab5fbfa5bbccc66
parentcf042a48ea49f31984cd1b3355eb3855cf566be2 (diff)
Added lua ssl for gravatar iconsHEADtrunk
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3bb4438..dd0503f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,7 +26,7 @@ RUN make && make install
FROM httpd:${APACHE_VERSION}
-RUN apk add --no-cache luajit
+RUN apk add --no-cache luajit lua5.1-ossl
RUN sed -i 's/^\(User\) www-data/\1 cgit/' /usr/local/apache2/conf/httpd.conf
RUN sed -i 's/^\(Group\) www-data/\1 cgit/' /usr/local/apache2/conf/httpd.conf