diff options
| author | 2026-07-11 12:50:03 +0200 | |
|---|---|---|
| committer | 2026-07-11 12:50:03 +0200 | |
| commit | 3131d756cb0ae3d5a379c30623f8121b804ee319 (patch) | |
| tree | 107899afceb1df362f103f250ab5fbfa5bbccc66 | |
| parent | 399b4d54b3101419f6325a4756595a173569965a (diff) | |
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
