浏览代码

更新 'Dockerfile'

robert 3 年之前
父节点
当前提交
e750d87523
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -11,7 +11,7 @@ COPY entrypoint.sh /usr/bin/entrypoint.sh
 
 #install jdk8 & resin4 & flume
 
-RUN yum install -y wget rsync epel-release lsof crontabs vim \
+RUN yum install -y wget rsync epel-release lsof crontabs vim psmisc\
     && useradd book \
     && yum install -y supervisor \
     && mkdir -p /usr/java  /app/soft /cron/root \