aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-02-03 12:14:42 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-02-03 12:14:42 +0100
commit9f37900e3f3546157f54cd45fc523af026a94d40 (patch)
tree90e2c24f5ecc5628b97feb8eb20640148c328af2
parent908cc4504a50083260a19937e4b82bb1eb32945a (diff)
downloads2i-virtio-spec-9f37900e3f3546157f54cd45fc523af026a94d40.tar.gz
add update
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index f13f171..fb02e7a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,8 @@ LABEL maintainer="Gerd Hoffmann <kraxel@redhat.com>" \
USER root
-RUN dnf install -y liberation-fonts \
+RUN dnf update -y; \
+ dnf install -y liberation-fonts \
texlive-amsfonts \
texlive-cm \
texlive-latex-fonts \