Compare commits
No commits in common. "f549b31862858dd4cfcc94f0ff9d547146fa35eb" and "16d3bc51a35ff0951952ef9ea74a8689f6bb2789" have entirely different histories.
f549b31862
...
16d3bc51a3
|
@ -2,7 +2,7 @@ FROM php:8.3.11-fpm as php
|
|||
WORKDIR /app
|
||||
RUN ls /app
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y rsync libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev unzip poppler-utils libpng-dev libjpeg-dev default-mysql-client libzip-dev imagemagick libmagickwand-dev
|
||||
RUN apt-get install -y rsync libcurl3-dev apt-utils zlib1g-dev libpng-dev libicu-dev libonig-dev unzip poppler-utils libpng-dev libjpeg-dev default-mysql-client libzip-dev
|
||||
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 texlive-extra-utils
|
||||
RUN docker-php-ext-install pdo_mysql curl exif intl mbstring pcntl zip
|
||||
RUN pecl install redis && docker-php-ext-enable redis
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 424ca30932610dcef496640e4097644ed404f13b
|
||||
Subproject commit 77cfe9bbc7a11ee6494b205458ac5c75ff5c166d
|
Loading…
Reference in New Issue