An open API service indexing awesome lists of open source software.

https://github.com/sameersbn/docker-debian

debian jessie baseimage that packs a couple of extra packages.
https://github.com/sameersbn/docker-debian

Last synced: 3 months ago
JSON representation

debian jessie baseimage that packs a couple of extra packages.

Awesome Lists containing this project

README

        

# END OF LIFE

[![Circle CI](https://circleci.com/gh/sameersbn/docker-debian.svg?style=svg)](https://circleci.com/gh/sameersbn/docker-debian)

# About

Dockerfile to build a debian baseimage with a couple of extra packages.

The image is built on top of the `debian:jessie` image and the following extra packages are installed:

- `vim.tiny`
- `wget`
- `sudo`
- `net-tools`
- `ca-certificates`

The packages are selected based on the criteria that they are commonly used and that they do not influence the size of the resulting image too much.

Additionally `apt` is configured to **NOT** install `recommended` and `suggested` packages.