Simple Docker base image:
- Based on Debian
- Useful tools like
curl
,envsubst
,git
andnano
- Additional helper tools
cleaninstall
andcleanupgrade
- 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, robbertkl@renbeek.nl
This repo is published under the MIT License.