martynka commited on
Commit
89492dd
·
verified ·
1 Parent(s): 12036af

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN chmod -R 777 /app/data
28
 
29
  user root
30
  RUN apk update
31
- RUN sudo apk add git
32
 
33
  # Copy Custom Endpoints Config
34
  copy config.yaml /app/librechat.yaml
 
28
 
29
  user root
30
  RUN apk update
31
+ RUN apk add git
32
 
33
  # Copy Custom Endpoints Config
34
  copy config.yaml /app/librechat.yaml