Browse Source

init project

rubyangxg 4 năm trước cách đây
mục cha
commit
3cf97c2c91
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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/