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