Sign inSign up

ambroisemaupate/debian

By ambroisemaupate

•Updated about 6 years ago

Docker base image built on Debian with Supervisor and a shell if run interactively.

Image
1

2.4K

ambroisemaupate/debian repository overview

⁠Debian Buster base image

Deprecated and not maintained anymore.

Installs :

  • locales
  • curl
  • git
  • ca-certificates
  • cron
  • openssh-client
  • inotify-tools
  • nano
  • pwgen
  • supervisor
  • unrar
  • unzip
  • wget
  • logrotate

Creates a core user with UID: 500 and home directory located in /data.

⁠Add locales to your system

Edit /etc/locale.gen or use a shared volume with you Docker host to list locales to enable.

locale-gen will be executed at each container restart during main loop.

For example create a /etc/locale.gen file with contents:

en_US ISO-8859-1
en_US.ISO-8859-15 ISO-8859-15
en_US.UTF-8 UTF-8

fr_FR ISO-8859-1
fr_FR.UTF-8 UTF-8

then execute locale-gen or restart your container to activate these locales on your system and in all your applications using .po or .mo files for localization.

Tag summary

Content type

Image

Digest

Size

125.7 MB

Last updated

about 6 years ago

docker pull ambroisemaupate/debian