Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
FROM node:20-bullseye-slim
|
| 2 |
|
|
|
|
|
|
|
| 3 |
RUN git clone https://github.com/zuisong/gemini-openai-proxy.git /app
|
| 4 |
WORKDIR /app
|
| 5 |
|
|
|
|
| 1 |
FROM node:20-bullseye-slim
|
| 2 |
|
| 3 |
+
RUN apt-get install -y git
|
| 4 |
+
|
| 5 |
RUN git clone https://github.com/zuisong/gemini-openai-proxy.git /app
|
| 6 |
WORKDIR /app
|
| 7 |
|