Proper refresh

This commit is contained in:
Nyall Dawson 2022-05-22 13:21:56 +10:00
parent ce5147d4d3
commit 4c3502bee2

View File

@ -3,9 +3,7 @@ ARG DISTRO_VERSION=36
FROM fedora:${DISTRO_VERSION} as single
MAINTAINER Matthias Kuhn <matthias@opengis.ch>
RUN dnf update --refresh
RUN dnf -y install \
RUN dnf -y --refresh install \
bison \
ccache \
clang \