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