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.
1 parent 2be65b4 commit 3a6435fCopy full SHA for 3a6435f
integration-tests/Dockerfile_alpine3
@@ -4,6 +4,7 @@ MAINTAINER Ahmed
4
# install apache2 and remove un-needed services
5
RUN apk update && \
6
apk add --no-cache openrc apache2=2.4.59-r0 bash ca-certificates tinyproxy && \
7
+ sed -i 's/Listen 80/Listen 0.0.0.0:80/g' /etc/apache2/httpd.conf && \
8
rc-update add apache2 && \
9
rc-update add tinyproxy && \
10
rm -rf /etc/init.d/networking /etc/init.d/hwdrivers /var/cache/apk/* /tmp/*
0 commit comments