omrahm commited on
Commit
b274f42
·
verified ·
1 Parent(s): 9f46f1d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
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
 
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