remove fedora package support (#3752)

This commit is contained in:
tooomm 2019-07-11 22:05:42 +02:00 committed by Zach H
parent 5139039402
commit ce54aa6813
2 changed files with 2 additions and 46 deletions

View file

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