Add Poppler Utils to base container
This commit is contained in:
parent
ebf856252c
commit
225ea8f41d
|
@ -1,7 +1,7 @@
|
|||
FROM php:8.1.6-fpm as php
|
||||
WORKDIR /app
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y rsync libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev unzip
|
||||
RUN apt-get install -y rsync libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev unzip poppler-utils
|
||||
RUN apt-get install -y --no-install-recommends texlive-base texlive-latex-base texlive-pictures texlive-latex-extra texlive-lang-german texlive-plain-generic texlive-fonts-recommended texlive-fonts-extra
|
||||
RUN docker-php-ext-install pdo_mysql curl gd exif intl mbstring pcntl
|
||||
RUN pecl install redis && docker-php-ext-enable redis
|
||||
|
|
Loading…
Reference in New Issue