Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-qt-tests
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
qtwaylandtests
docker-qt-tests
Commits
6202b64d
Commit
6202b64d
authored
5 years ago
by
Johan Helsing
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to debian buster
parent
8308e4b5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+10
-0
10 additions, 0 deletions
README.md
with
11 additions
and
1 deletion
Dockerfile
+
1
−
1
View file @
6202b64d
FROM
debian:
stretch
FROM
debian:
buster
RUN
apt-get update
&&
apt-get
install
-y
\
RUN
apt-get update
&&
apt-get
install
-y
\
adwaita-icon-theme
\
adwaita-icon-theme
\
build-essential
\
build-essential
\
...
...
This diff is collapsed.
Click to expand it.
README.md
+
10
−
0
View file @
6202b64d
...
@@ -49,3 +49,13 @@ And then launch like this
...
@@ -49,3 +49,13 @@ And then launch like this
By default the cache will be 5GiB, you might want to increase it slightly by
By default the cache will be 5GiB, you might want to increase it slightly by
editing ccache.conf in the volume.
editing ccache.conf in the volume.
## Upgrading to a new version of Debian
If the Debian image gets too old, Qt will typically stop compiling after a
while, since GCC stops getting updates and there will be compiler bugs that are
not fixed in those old versions. To update the Debian version, change the first
line in the
`Dockerfile`
with the codename for the new Debian release, i.e. for
`buster`
:
FROM debian:buster
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