Don't double refresh dnf repos

This commit is contained in:
Nyall Dawson 2024-01-22 08:03:05 +10:00
parent dfc6a88031
commit 779155f634

View File

@ -96,7 +96,7 @@ ENV LANG=C.UTF-8
FROM binary-for-oracle as binary-only FROM binary-for-oracle as binary-only
RUN dnf -y --refresh install \ RUN dnf -y install \
python3-gdal \ python3-gdal \
python3-nose2 \ python3-nose2 \
python3-psycopg2 \ python3-psycopg2 \