From 6e09c0b14bcdb0731a3f852e65b30afce3ec7814 Mon Sep 17 00:00:00 2001 From: Mathieu Ruellan <mathieu.ruellan@myscript.com> Date: Fri, 25 Oct 2019 10:51:11 +0200 Subject: [PATCH] [fix] issue #21 --- Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3c232e8..6f2e062 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ ENV HOME /root ARG PIWIGO_VERSION="2.10.1" -RUN apt-get update \ - && apt-get install -yy \ +RUN apt update -y \ + && apt install -yy \ apache2 \ libapache2-mod-php \ php-gd \ @@ -22,8 +22,7 @@ RUN apt-get update \ ffmpeg\ imagemagick \ wget \ - unzip \ - ffmpeg \ + unzip \ mediainfo \ exiftool \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* -- GitLab