Update Dockerfile
This commit is contained in:
parent
04063c496a
commit
a47abc2d9f
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user