wIK5Ez2o commited on
Commit
ed96bf1
·
verified ·
1 Parent(s): 2e45c98

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -6,6 +6,7 @@ RUN apk add git make && git clone https://github.com/bincooo/chatgpt-adapter.git
6
  RUN make
7
 
8
  FROM alpine:3.19.0
 
9
  WORKDIR /app
10
  COPY --from=builder /app/bin/linux/server ./server
11
  ADD config.yaml .
 
6
  RUN make
7
 
8
  FROM alpine:3.19.0
9
+ RUN apk add curl
10
  WORKDIR /app
11
  COPY --from=builder /app/bin/linux/server ./server
12
  ADD config.yaml .