mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #4591 from Happyfeet01/dev
Updating Libwebp6 to libwebp7
This commit is contained in:
commit
cdd153d385
|
@ -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 New Issue