OrbitMC commited on
Commit
9d2db55
·
verified ·
1 Parent(s): 3caf9de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN wget -O- https://apt.corretto.aws/corretto.key | gpg --dearmor > /usr/share/
15
  rm -rf /var/lib/apt/lists/*
16
 
17
  # Install Python packages for the Web UI Panel
18
- RUN pip3 install --no-cache-dir --break-system-packages gdown fastapi uvicorn websockets python-multipart aiofiles psutil
19
 
20
  # Set working directory
21
  WORKDIR /app
 
15
  rm -rf /var/lib/apt/lists/*
16
 
17
  # Install Python packages for the Web UI Panel
18
+ RUN pip3 install --no-cache-dir --break-system-packages gdown fastapi uvicorn websockets python-multipart aiofiles
19
 
20
  # Set working directory
21
  WORKDIR /app