summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 0a0212b..d23b305 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,9 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \
USER root
-RUN dnf update -y && \
+COPY ./etc/proxy.sh /etc/profile.d
+RUN source /etc/profile./proxy.sh; \
+ dnf update -y && \
dnf install -y httpd && \
dnf clean all -y