2ch commited on
Commit
a7b63d5
·
verified ·
1 Parent(s): 99de1a0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM node:lts-alpine3.19
2
- RUN apk add git curl bash wget sudo
3
  WORKDIR /code
4
  RUN git clone https://github.com/xLmiler/DocsAnthropic2API .
5
  RUN npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force
 
1
  FROM node:lts-alpine3.19
2
+ RUN apk add git curl bash wget sudo sed
3
  WORKDIR /code
4
  RUN git clone https://github.com/xLmiler/DocsAnthropic2API .
5
  RUN npm install --no-audit --no-fund --loglevel=error --no-progress --omit=dev && npm cache clean --force