ysice / docker-debian

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Makefile 100.0%