diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |