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.
- Host: GitHub
- URL: https://github.com/sameersbn/docker-debian
- Owner: sameersbn
- License: mit
- Created: 2014-09-17T06:47:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T18:10:57.000Z (almost 10 years ago)
- Last Synced: 2025-02-25T06:59:17.380Z (3 months ago)
- Language: Makefile
- Size: 165 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# END OF LIFE
[](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.