/docker-debian

My Debian boilerplate image that forms the base for my docker containers.

Primary LanguageMakefileMIT LicenseMIT

Circle CI

About

My Debian boilerplate image that forms the base for my docker containers. Dockerfile to build a Debian:8(sid-[mirrors ustc]) baseimage with a couple of extra packages.

Extra packages && Main packages:

  • python3
  • python3-apt
  • python3-pip
  • python3-dev
  • redis-server
  • libffi-dev

CMD

docker pull ysicing/debian