forked from game-ci/docker
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update ubuntu version from 18.04 to 22.04 (game-ci#216)
* Update base image to ubuntu 22.04 and fix dependencies * Replace python3 with python-is-python3 * Clear python cache and icons * Remove build-essentials Reduces docker image size from 467Mb to 485Mb * Add libssl fix for Ubuntu 22.04 * Trigger build * Add apt-get install flags * Increase build timeout * Install libssl1.1 and libssl1.0.0 from focal and bionic deb package repositories * Install libssl directly from source * Remove libssl1.0.0 from apt-get install * Fix brotli compression by installing python-setuptools * Update unityhub installation as apt-key is deprecated * Add unstable unityhub distribution * Increase build timeout * Add python2 symlink * Instal python2 for failed builds * Downgrade gzip version * Install python2 from python-setuptools * Minor bug fix # Conflicts: # .github/workflows/test.yml
- Loading branch information
1 parent
ed5bddb
commit 7a4ea6d
Showing
5 changed files
with
43 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# IDE settings | ||
.idea/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters