diff --git a/Dockerfile b/Dockerfile index c77e237..b3a476a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get -y install --no-install-recommends \ apache2-utils \ - netcat \ + netcat-openbsd \ nginx-extras && \ rm -rf /var/lib/apt/lists/* && \ mkdir -p "/var/www/webdav/restricted" && \