|
@@ -2,14 +2,14 @@ FROM hub.evbj.easou.com/dev/centos:7.9.2009
|
|
|
|
|
|
LABEL author="robert[robert_du@easou.cn]"
|
|
LABEL author="robert[robert_du@easou.cn]"
|
|
|
|
|
|
-ENV LANG C.UTF-8
|
|
|
|
|
|
+ENV LANG en_US.UTF-8
|
|
ENV TZ=Asia/Shanghai
|
|
ENV TZ=Asia/Shanghai
|
|
ENV JAVA_HOME /usr/java/jdk1.8.0_271
|
|
ENV JAVA_HOME /usr/java/jdk1.8.0_271
|
|
ENV RESIN_HOME /app/soft/resin-4.0.65
|
|
ENV RESIN_HOME /app/soft/resin-4.0.65
|
|
|
|
|
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
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\
|
|
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 \
|
|
&& /usr/sbin/groupadd -g 18001 book ;useradd -s /bin/bash -g book -u 18001 book \
|