robert před 3 roky
rodič
revize
0e0964cb4c
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile-V1 → Dockerfile

@@ -2,14 +2,14 @@ FROM hub.evbj.easou.com/dev/centos:7.9.2009
 
 LABEL author="robert[robert_du@easou.cn]"
 
-ENV LANG C.UTF-8
+ENV LANG en_US.UTF-8
 ENV TZ=Asia/Shanghai
 ENV JAVA_HOME /usr/java/jdk1.8.0_271
 ENV RESIN_HOME /app/soft/resin-4.0.65
 
 COPY entrypoint.sh /usr/bin/entrypoint.sh
 
-#install jdk8 & resin4 & flume
+#install jdk8 & resin4 
 
 RUN yum install -y wget rsync epel-release lsof crontabs vim psmisc\
     && /usr/sbin/groupadd -g 18001 book ;useradd -s /bin/bash  -g book -u 18001 book \