Browse Source

update Dockerfile.

xdc 5 years ago
parent
commit
a0673d5c1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -17,7 +17,7 @@ chmod +x /server
 # 使用EFS挂载的方式,CMD中输入:
 sh,-c,sleep 5 && /home/server /home/conf.toml
 
-
+yum install -y e2fsprogs
 
 ## COPY 
 # 把需要用到的文件都cp 到当前目录