Ubuntu container for building things.
6.8K
This project is a simple Dockerfile that installs the latest version of Ubuntu along with the basics required to build software.
This container includes packages like:
The objective of this container is to act as a build container for CI environments. For example, if you are using GitHub Actions and wish to install software that requires gcc, you can use this container as the build container the GitHub Action executes within.
To use this container, reference below:
$ docker run madflojo/ubuntu-build
Content type
Image
Digest
sha256:93291a01a…
Size
369 MB
Last updated
about 2 years ago
docker pull madflojo/ubuntu-build