tcfly commited on
Commit
9071149
·
verified ·
1 Parent(s): ccb26b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -64,7 +64,6 @@ RUN set -x && \
64
  procps \
65
  netcat \
66
  sshpass \
67
- rclone \
68
  unzip \
69
  libatomic1 && \
70
  apt-get clean && \
@@ -122,9 +121,6 @@ RUN useradd -m -u 1000 user
122
  # Switch to the "user" user
123
  USER user
124
 
125
- # 创建rclone配置文件
126
- RUN rclone config -h
127
-
128
  HEALTHCHECK --interval=5s --timeout=2s --retries=20 \
129
  CMD curl -sf --noproxy '*' http://127.0.0.1:5400/api/health || exit 1
130
 
 
64
  procps \
65
  netcat \
66
  sshpass \
 
67
  unzip \
68
  libatomic1 && \
69
  apt-get clean && \
 
121
  # Switch to the "user" user
122
  USER user
123
 
 
 
 
124
  HEALTHCHECK --interval=5s --timeout=2s --retries=20 \
125
  CMD curl -sf --noproxy '*' http://127.0.0.1:5400/api/health || exit 1
126