mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Merge pull request #4591 from Happyfeet01/dev
Updating Libwebp6 to libwebp7
This commit is contained in:
commit
cdd153d385
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ RUN apt-get update \
|
||||||
# Required for GD
|
# Required for GD
|
||||||
libxpm4 \
|
libxpm4 \
|
||||||
libxpm-dev \
|
libxpm-dev \
|
||||||
libwebp6 \
|
libwebp7 \
|
||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
## Video Processing
|
## Video Processing
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
|
|
|
@ -33,7 +33,7 @@ RUN apt-get update \
|
||||||
# Required for GD
|
# Required for GD
|
||||||
libxpm4 \
|
libxpm4 \
|
||||||
libxpm-dev \
|
libxpm-dev \
|
||||||
libwebp6 \
|
libwebp7 \
|
||||||
libwebp-dev \
|
libwebp-dev \
|
||||||
## Video Processing
|
## Video Processing
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
|
|
Loading…
Reference in a new issue