From 5e01225993743f9dac99be8663a88ea422c1ff00 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 3 Mar 2024 19:39:37 +0000 Subject: [PATCH] Install tooling required for `htpasswd` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cdb41f8..7ef26a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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