๐Ÿ“ฆ peter-teslenko / docker-ubuntu

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/peter-teslenko/docker-ubuntu.git
HTTPS git clone https://github.com/peter-teslenko/docker-ubuntu.git
SSH git clone git@github.com:peter-teslenko/docker-ubuntu.git
CLI gh repo clone peter-teslenko/docker-ubuntu
Peter Teslenko Peter Teslenko timezone addedd f38a83a 8 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ .dockerignore
๐Ÿ“„ default_locale
๐Ÿ“„ Dockerfile
๐Ÿ“„ Makefile
๐Ÿ“„ README.md
๐Ÿ“„ VERSION
๐Ÿ“„ README.md

Ubuntu Docker image with enUS.UTF-8 and ruRU.UTF-8 locales

Dockerfile to build a ubuntu:16.04 baseimage with a couple of extra packages.

The image is built on top of the most recently tagged ubuntu:16.04 image and installs the following extra packages:

  • vim.tiny
  • wget
  • sudo
  • net-tools
  • ca-certificates
  • unzip
  • locales
  • apt-utils
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.