This repo contains necesary files to build docker image for Debian Linux.
Things that will be installed:
- everything in debian:stretch-slim
- apt-get-{install|remove}
- gosu
- curl
- clone this repo
git clone https://github.com/volantis-technology/docker-debian.git && cd docker-debian- build the image
docker build . -t debian- check by running the image
docker run -it --rm debianAkrom Khasani
akrom (at) volantis (dot) io