hijnu commited on
Commit
ba17c91
1 Parent(s): 43dd50a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -52,7 +52,6 @@ RUN apt-get update && apt-get install -y \
52
  apt-get install -y nodejs && \
53
  ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
54
  dpkg-reconfigure --frontend noninteractive tzdata && \
55
- curl https://rclone.org/install.sh | bash && \
56
  apt-get clean && rm -rf /var/lib/apt/lists/* && \
57
  python3 -m venv $VIRTUAL_ENV && \
58
  $VIRTUAL_ENV/bin/pip install --upgrade pip && \
 
52
  apt-get install -y nodejs && \
53
  ln -fs /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
54
  dpkg-reconfigure --frontend noninteractive tzdata && \
 
55
  apt-get clean && rm -rf /var/lib/apt/lists/* && \
56
  python3 -m venv $VIRTUAL_ENV && \
57
  $VIRTUAL_ENV/bin/pip install --upgrade pip && \