Change netcat package name for Debian 12

This commit is contained in:
Logan Marchione 2023-06-19 14:49:20 -04:00
parent 0a84b8e997
commit 836c86e165
1 changed files with 1 additions and 1 deletions

View File

@ -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" && \