diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \ USER root COPY ./etc/proxy.sh /etc/profile.d -RUN source /etc/profile./proxy.sh; \ +RUN source /etc/profile.d/proxy.sh; \ dnf update -y && \ dnf install -y httpd && \ dnf clean all -y |