We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d533f6 + 72d0a83 commit 7331852Copy full SHA for 7331852
Dockerfile
@@ -2,7 +2,7 @@
2
FROM httpd:2.4
3
4
# We will need openssl tool for the entrypoint
5
-RUN apt-get -qq update && apt-get -q install -y openssl netcat && rm -rf /var/lib/apt/lists/*
+RUN apt-get -qq update && apt-get -q install -y openssl netcat-traditional && rm -rf /var/lib/apt/lists/*
6
7
# Prepare our apache configuration
8
RUN rm /usr/local/apache2/conf/extra/httpd-vhosts.conf /usr/local/apache2/conf/original/extra/httpd-ssl.conf
0 commit comments