diff --git a/.docker/qgis3-qt6-build-deps.dockerfile b/.docker/qgis3-qt6-build-deps.dockerfile index 575da694473..bca991a7bbc 100644 --- a/.docker/qgis3-qt6-build-deps.dockerfile +++ b/.docker/qgis3-qt6-build-deps.dockerfile @@ -3,9 +3,7 @@ ARG DISTRO_VERSION=36 FROM fedora:${DISTRO_VERSION} as single MAINTAINER Matthias Kuhn -RUN dnf update --refresh - -RUN dnf -y install \ +RUN dnf -y --refresh install \ bison \ ccache \ clang \