diff --git a/Dockerfile b/Dockerfile index 5433a3a..3e124ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,8 @@ RUN \ php7.3-zip \ php7.3-fpm \ curl \ + libimage-exiftool-perl \ + ffmpeg \ git \ composer && \ cd /var/www/html && \