From 88c94cf1913b2e16a98c89139b24f745cde4eef4 Mon Sep 17 00:00:00 2001 From: andersrh Date: Sun, 2 Jul 2023 00:19:57 +0200 Subject: [PATCH] change to base image --- fedora/base-gui.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fedora/base-gui.Dockerfile b/fedora/base-gui.Dockerfile index 63e6e10..b26f8aa 100644 --- a/fedora/base-gui.Dockerfile +++ b/fedora/base-gui.Dockerfile @@ -15,4 +15,5 @@ RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-re RUN dnf install -y libva-intel-driver gstreamer1-plugin-openh264 ffmpeg libva-utils RUN dnf install -y dbus-glib pciutils-libs RUN dnf -y install fuse -RUN dnf install -y firefox \ No newline at end of file +RUN dnf install -y firefox +RUN dnf update -y && dnf clean packages \ No newline at end of file