diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2022-02-07 12:51:25 -0500 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2022-02-08 09:58:33 -0500 |
| commit | a22485afda0a37ac1074f5bfea10828c8fef3151 (patch) | |
| tree | c0961cc4de6a72b6a3287093581a0c0c2aa7df82 /server/Dockerfile | |
| parent | d5a6609f754b62536a1d884b0d488adab3ee218e (diff) | |
server/func/images: upgrade to heif-image-plugin
Diffstat (limited to 'server/Dockerfile')
| -rw-r--r-- | server/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Dockerfile b/server/Dockerfile index 205c8e4..aac0a65 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -28,9 +28,9 @@ RUN apk --no-cache add \ && pip3 install --no-cache-dir --disable-pip-version-check \ alembic \ "coloredlogs==5.0" \ + heif-image-plugin \ youtube_dl \ pillow-avif-plugin \ - pyheif-pillow-opener \ && apk --no-cache del py3-pip COPY ./ /opt/app/ |