Simple Docker base image:
- Based on Debian
- Useful tools like
curl,envsubst,gitandnano - Additional helper tools
cleaninstallandcleanupgrade - Serves as a base for robbertkl/base-s6 and single-process images
Just extend it in your Dockerfile using FROM. Example:
FROM robbertkl/base
RUN cleaninstall package1 package2 package3
...
- Robbert Klarenbeek, [email protected]
This repo is published under the MIT License.