mirror of https://github.com/kcal-app/kcal.git
Add Media Library deps to Dockerfile
This commit is contained in:
parent
bed6025a76
commit
72381857e3
|
@ -1,8 +1,12 @@
|
||||||
|
ARG MEDIA_LIBRARY_DEPS="jpegoptim optipng pngquant gifsicle"
|
||||||
|
|
||||||
FROM php:8.0-fpm-alpine
|
FROM php:8.0-fpm-alpine
|
||||||
|
ARG MEDIA_LIBRARY_DEPS
|
||||||
|
|
||||||
RUN apk add --no-cache --virtual \
|
RUN apk add --no-cache --virtual \
|
||||||
.build-deps \
|
.build-deps \
|
||||||
${PHPIZE_DEPS} \
|
${PHPIZE_DEPS} \
|
||||||
|
${MEDIA_LIBRARY_DEPS} \
|
||||||
bash \
|
bash \
|
||||||
freetype-dev \
|
freetype-dev \
|
||||||
git \
|
git \
|
||||||
|
|
Loading…
Reference in New Issue