Change base to Ubuntu 20.04.2 LTS (Focal Fossa). #747
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is principally, for me at least, to be able to include a more up to date version of CMake. Focal has 3.16.3. The Debian Buster based image had CMake 3.13. Installing the most recent CMake from KitWare into that Docker image proved impossible because it had a dependency on a version of libssl not in Buster.
test_dockerimage.sh
runs successfully using the updated image as does my own project's build.The size of this image is 1.67GB. The Buster-based image is 1.59GB.
Note that I have left intact all the explicit package installs as I did not want to spend time determining which of them may be installed by default in Focal.
After you merge this PR, how can I determine when the emscripten/emsdk image at docker.com has been updated?