Update Dockerfile

This commit is contained in:
Logan Marchione 2023-03-28 00:58:11 +00:00 committed by GitHub
parent 04063c496a
commit a47abc2d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ LABEL \
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get -y install --no-install-recommends \
apache2-utils \
netcat \
nginx-extras && \