GNU toolchain on Ubuntu 18.04 base image
2.4K
This image contains a GNU toolchain for building C/C++ programs.
Note that when I compiled GCC, the languages selected were C, C++, and LTO. None of the other default/optional languages are available in this build. I did this to reduce the size of the image.
The Dockerfile used to build these images is found at: https://github.com/neocliff/my-make-things/Dockerfile. I also have a couple of useful scripts in build_system/build_utilities for running the image.
Label history:
"buildkit":true entry in the features list in the /etc/docker/daemon.json fileRUN id; use --no-install-recommends; multi-stage builds; removed several packages including sudo, build-essential, g++multilib, git, curl, doxygen, graphvizContent type
Image
Digest
Size
476.7 MB
Last updated
over 6 years ago
docker pull neocliff/toolset