sfun commited on
Commit
866f9d0
·
verified ·
1 Parent(s): 808a5d0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM node:16 as builder
2
 
3
  WORKDIR /build
4
  RUN git clone https://github.com/MartialBE/one-api.git .
5
- RUN RUN wget -qO- -t1 -T2 "https://api.github.com/repos/MartialBE/one-hub/releases" | \
6
  grep "tag_name" | \
7
  head -n 1 | \
8
  awk -F ":" '{print $2}' | \
 
2
 
3
  WORKDIR /build
4
  RUN git clone https://github.com/MartialBE/one-api.git .
5
+ RUN wget -qO- -t1 -T2 "https://api.github.com/repos/MartialBE/one-hub/releases" | \
6
  grep "tag_name" | \
7
  head -n 1 | \
8
  awk -F ":" '{print $2}' | \