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