tang-x commited on
Commit
b96c660
·
verified ·
1 Parent(s): 781695c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN chmod -R 777 /app/api/logs/
26
  RUN chmod -R 777 /app/data
27
 
28
  # 安装 curl
29
- RUN yum install -y curl || dnf install -y curl # CentOS 7/8 或 RHEL/Fedora
30
 
31
  # Copy Custom Endpoints Config
32
  RUN curl -o /app/librechat.yaml https://huggingface.co/spaces/tang-x/LibreChat/raw/main/librechat.yaml
 
26
  RUN chmod -R 777 /app/data
27
 
28
  # 安装 curl
29
+ RUN apk add --no-cache curl
30
 
31
  # Copy Custom Endpoints Config
32
  RUN curl -o /app/librechat.yaml https://huggingface.co/spaces/tang-x/LibreChat/raw/main/librechat.yaml