update fedora 31 to 32 (#4024)

This commit is contained in:
ebbit1q 2020-06-09 09:07:34 +02:00 committed by GitHub
parent 0337f58088
commit 0f0e0193c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

20
.ci/Fedora32/Dockerfile Normal file
View file

@ -0,0 +1,20 @@
FROM fedora:32
RUN dnf install -y \
@development-tools \
ccache \
cmake \
desktop-file-utils \
file \
gcc-c++ \
git \
hicolor-icon-theme \
libappstream-glib \
protobuf-devel \
qt5-{qttools,qtsvg,qtmultimedia,qtwebsockets}-devel \
rpm-build \
sqlite-devel \
wget \
xz-devel \
zlib-devel \
&& dnf clean all