Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-project
Commits
e8356735
Unverified
Commit
e8356735
authored
Jan 27, 2019
by
Sébastien Blin
Browse files
build: force qt5-qtttools-devel version for fedora 29
Change-Id: I4685f02f27fbcdeb423ec530c627940bad240e47
parent
f0bcf078
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile_fedora_29
View file @
e8356735
...
...
@@ -7,7 +7,7 @@ RUN dnf clean all
RUN dnf upgrade -y && \
dnf install -y mesa-libgbm-devel mesa-dri-drivers && \
dnf install -y libinput-devel && \
dnf install -y qt5-qtbase-5.11.1-7.fc29 qt5-linguist-5.11.1-2.fc29 qt5-qtbase-devel-5.11.1-7.fc29 && \
dnf install -y qt5-qtbase-5.11.1-7.fc29 qt5-linguist-5.11.1-2.fc29 qt5-qtbase-devel-5.11.1-7.fc29
qt5-qttools-devel-5.11.1-2.fc29
&& \
dnf install -y \
git \
rpm-build \
...
...
@@ -61,7 +61,7 @@ RUN dnf upgrade -y && \
openssl-static \
sqlite-devel
RUN echo "exclude=qt5-qtbase* qt5-linguist*" >> /etc/dnf/dnf.conf
RUN echo "exclude=qt5-qtbase* qt5-linguist*
qt5-qttools-devel*
" >> /etc/dnf/dnf.conf
ADD scripts/build-package-fedora.sh /opt/build-package-fedora.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment