diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 17:57:28 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 17:57:28 +0100 |
commit | c8c9941bd63fea32cb6a5f50e3f30ed207fea815 (patch) | |
tree | a755d7bb58717d4c79ae223c617fd2229e0b1b43 | |
parent | 25f18300d0eb482f142ff10eb5f6a3691f358981 (diff) | |
download | s2i-virtio-spec-c8c9941bd63fea32cb6a5f50e3f30ed207fea815.tar.gz |
proxy
-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 \ |