Old attempt at creating docker images of various distributions (alpine, debian & ubuntu) containing all the various development tools. Ignore it's name as it originally was ubuntu but covers debian & alpine as well
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
peter 92127c2429 Add bison/flex, dos2unix & m4 4 years ago
alpine Removed libssl-dev from alpine-dev as not available 4 years ago
bin Node now only on ubuntu 20.04 4 years ago
debian Add bc bison flex & libssl-dev for kernel building 4 years ago
ubuntu Add bison/flex, dos2unix & m4 4 years ago
Jenkinsfile Node now only on ubuntu 20.04 4 years ago
LICENSE Initial commit 9 years ago
README.md Add debian image 4 years ago

README.md

This is a new project merging the old debian-dev & ubuntu-dev projects.

This provides a suite of docker images based on various linux distributions.

Each one has a base image which is based on the applicable standard build by docker.

There's then multiple images based on that one, right now -dev which includes the main development packages required to compile C/C++ and other common languages to make it easier to build new packages.