Skip to content
Snippets Groups Projects
Commit 6202b64d authored by Johan Helsing's avatar Johan Helsing
Browse files

Upgrade to debian buster

parent 8308e4b5
No related branches found
No related tags found
No related merge requests found
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 \
......
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment