summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-03-04 17:52:12 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-03-04 17:52:12 +0100
commit266f8ce942cb0d493a93992beb16633a20aa8ff3 (patch)
tree555fbbffb097f43c4d12ca201a8a9151eb252a41
parenta8889278f8182131b4a1da7e26da9bf0fe3a95fc (diff)
downloads2i-base-httpd-266f8ce942cb0d493a93992beb16633a20aa8ff3.tar.gz
proxy setup fix
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d23b305..adcc2c4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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