diff options
-rw-r--r-- | 2.4/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2.4/Dockerfile b/2.4/Dockerfile index bc6f583..52e7104 100644 --- a/2.4/Dockerfile +++ b/2.4/Dockerfile @@ -7,6 +7,7 @@ FROM httpd:alpine RUN set -ex; \ # Install openssl if we need to generate a self-signed certificate. apk add --no-cache openssl; \ + apk add --no-cache apr-util-dbm_db; \ # Create empty default DocumentRoot. mkdir -p "/var/www/html"; \ # Create directories for Dav data and lock database. |