ci: Update Fedora image before installing new items

This fixes some scriptlets crashes during package installation.
This commit is contained in:
Bastien Nocera 2020-01-17 10:06:36 +01:00
parent 6ff2a181bd
commit 4fe2c7ffdb

View File

@ -1,6 +1,7 @@
FROM fedora:30
RUN dnf -y install \
RUN dnf -y update \
&& dnf -y install \
bindfs \
clang \
clang-analyzer \