chaowenguo commited on
Commit
e8c5515
·
verified ·
1 Parent(s): 692b76f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ COPY . .
4
 
5
  RUN <<EOF
6
  apt update
7
- apt install -y --no-install-recommends python3-pip imagemagick ffmpeg python3-yaml uvicorn python3-requests python3-multipart
8
  sed -i '/<policy domain="path" rights="none" pattern="@\*"/d' /etc/ImageMagick-6/policy.xml
9
  python3 -m pip install --no-cache-dir -r requirements.txt --break-system-packages
10
  EOF
 
4
 
5
  RUN <<EOF
6
  apt update
7
+ apt install -y --no-install-recommends python3-pip imagemagick ffmpeg python3-yaml uvicorn python3-requests python3-multipart python3-loguru
8
  sed -i '/<policy domain="path" rights="none" pattern="@\*"/d' /etc/ImageMagick-6/policy.xml
9
  python3 -m pip install --no-cache-dir -r requirements.txt --break-system-packages
10
  EOF