Explorar el Código

update Dockerfile.

xdc hace 5 años
padre
commit
a0673d5c1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 到当前目录