diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 17:52:12 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 17:52:12 +0100 |
commit | 266f8ce942cb0d493a93992beb16633a20aa8ff3 (patch) | |
tree | 555fbbffb097f43c4d12ca201a8a9151eb252a41 | |
parent | a8889278f8182131b4a1da7e26da9bf0fe3a95fc (diff) | |
download | s2i-base-httpd-266f8ce942cb0d493a93992beb16633a20aa8ff3.tar.gz |
proxy setup fix
-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 |