rubyangxg vor 4 Jahren
Ursprung
Commit
3cf97c2c91
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      baseimage-alpine/image/build.sh

+ 0 - 2
baseimage-alpine/image/build.sh

@@ -14,8 +14,6 @@ addgroup -g 8377 docker_env
 
 # General config
 export LC_ALL=C
-locale-gen en_US
-update-locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
 
 ## Prevent initramfs updates from trying to run grub and lilo.
 ## https://journal.paul.querna.org/articles/2013/10/15/docker-ubuntu-on-rackspace/