From c56a524693ce2c1b5b9c8b265219e311546cbcf7 Mon Sep 17 00:00:00 2001 From: Sonny Date: Sun, 13 Aug 2017 08:06:17 +0200 Subject: [PATCH] New default packages --- scripts/create_container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_container b/scripts/create_container index 312d52c..a823244 100755 --- a/scripts/create_container +++ b/scripts/create_container @@ -1,7 +1,7 @@ #!/bin/bash # Debian containers only # ca-certificates needed in order to clone from github -PACKAGES="ca-certificates vim git dbus less " +PACKAGES="ca-certificates vim git dbus less locales man-db " REPO=https://github.com/SonnyBA/dotfiles.git if [ $EUID != 0 ]; then