Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-project
Commits
e8356735
Unverified
Commit
e8356735
authored
6 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
build: force qt5-qtttools-devel version for fedora 29
Change-Id: I4685f02f27fbcdeb423ec530c627940bad240e47
parent
f0bcf078
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/Dockerfile_fedora_29
+2
-2
2 additions, 2 deletions
docker/Dockerfile_fedora_29
with
2 additions
and
2 deletions
docker/Dockerfile_fedora_29
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment