Update Dockerfile
Browse files- 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
|