1
Fork 0

Install tooling required for `htpasswd`

This commit is contained in:
Jake Howard 2024-03-03 19:39:37 +00:00
parent 9e11b4ffdb
commit 5e01225993
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.19
RUN apk add --no-cache nginx gettext nginx-mod-http-brotli nginx-mod-http-dav-ext nginx-mod-http-js
RUN apk add --no-cache nginx gettext nginx-mod-http-brotli nginx-mod-http-dav-ext nginx-mod-http-js apache2-utils
RUN mkdir -p /run/nginx
RUN htpasswd -b -c /etc/nginx/.htpasswd user password