diff --git a/Dockerfile b/Dockerfile index 22e8baa..16949ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:20.04 # install necessary packages RUN \ 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/* # define volumes diff --git a/wwwdata b/wwwdata index 5a46f39..71c6886 160000 --- a/wwwdata +++ b/wwwdata @@ -1 +1 @@ -Subproject commit 5a46f394f01bd29f6ed93b057b78ad41ded8e21c +Subproject commit 71c68865eac8ca8c6e72c085754631b83d7ae298