Install tooling required for htpasswd
This commit is contained in:
parent
9e11b4ffdb
commit
5e01225993
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue