Add Media Library deps to Dockerfile

This commit is contained in:
Christopher C. Wells 2021-04-24 09:40:43 -07:00
parent bed6025a76
commit 72381857e3
1 changed files with 4 additions and 0 deletions

View File

@ -1,8 +1,12 @@
ARG MEDIA_LIBRARY_DEPS="jpegoptim optipng pngquant gifsicle"
FROM php:8.0-fpm-alpine
ARG MEDIA_LIBRARY_DEPS
RUN apk add --no-cache --virtual \
.build-deps \
${PHPIZE_DEPS} \
${MEDIA_LIBRARY_DEPS} \
bash \
freetype-dev \
git \