omrahm commited on
Commit
9f46f1d
1 Parent(s): 0066544

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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