lancelotly commited on
Commit
e7b24cd
·
verified ·
1 Parent(s): 93e40ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN set -x && \
12
  apt-get install -y python3 cron nginx jq sshpass rclone zip unzip libatomic1 && \
13
  # git curl wget tzdata perl openssl openssh-client procps
14
  curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
15
- apt-get install -y nodejs
16
 
17
  apt-get clean && \
18
  ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \
 
12
  apt-get install -y python3 cron nginx jq sshpass rclone zip unzip libatomic1 && \
13
  # git curl wget tzdata perl openssl openssh-client procps
14
  curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && \
15
+ apt-get install -y nodejs && \
16
 
17
  apt-get clean && \
18
  ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && \