From 9f37900e3f3546157f54cd45fc523af026a94d40 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 3 Feb 2020 12:14:42 +0100 Subject: add update --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f13f171..fb02e7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,8 @@ LABEL maintainer="Gerd Hoffmann " \ USER root -RUN dnf install -y liberation-fonts \ +RUN dnf update -y; \ + dnf install -y liberation-fonts \ texlive-amsfonts \ texlive-cm \ texlive-latex-fonts \ -- cgit