exiftool hozzáadva

This commit is contained in:
Wiesner András 2021-01-25 10:23:29 +01:00
parent f130c2d0ba
commit 0cfff218ab

View File

@ -3,7 +3,7 @@ FROM ubuntu:20.04
# install necessary packages # install necessary packages
RUN \ RUN \
apt-get update && \ apt-get update && \
DEBIAN_FRONTEND="noninteractive" apt-get install apache2 php libapache2-mod-php php-mysql php-xdebug imagemagick -y DEBIAN_FRONTEND="noninteractive" apt-get install apache2 php libapache2-mod-php php-mysql php-xdebug imagemagick libimage-exiftool-perl -y
# rm -rf /var/lib/apt/lists/* # rm -rf /var/lib/apt/lists/*
# define volumes # define volumes