This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM php:7.4.10-cli | |
RUN apt-get update \ | |
&& apt-get install -y gettext-base libfreetype6-dev libjpeg62-turbo-dev libpng-dev libxml2-dev \ | |
libmcrypt-dev libc-client-dev libkrb5-dev libzip-dev \ | |
imagemagick libmagickwand-dev \ | |
wget git zip procps \ | |
xfonts-75dpi xfonts-base xfonts-utils libfontenc1 xfonts-encodings \ | |
cron \ | |
&& apt-get clean \ |