aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 165e69f..a2f6c7e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -12,7 +12,8 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \
USER root
-RUN dnf update -y && \
+RUN source /etc/profile.d/proxy.sh; \
+ dnf update -y && \
dnf install -y liberation-fonts \
texlive-amsfonts \
texlive-cm \