From c55d9f20b38a3e0391da502800b4ca7d737a1a2e Mon Sep 17 00:00:00 2001 From: Christopher Latza Date: Sun, 31 May 2020 19:41:10 +0200 Subject: [PATCH] add wget and ffmpeg --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f464d0f..f46cf6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM debian:buster MAINTAINER Christopher -RUN apt-get update && apt-get install -y --fix-missing apache2 php php-cli php-ldap php-mysql php-imap php-xml php-mbstring php-intl php-apcu php-gd php-sqlite3 && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* +RUN apt-get update && apt-get install -y --fix-missing apache2 php php-cli php-ldap php-mysql php-imap php-xml php-mbstring php-intl php-apcu php-gd php-sqlite3 wget ffmpeg && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* RUN a2enmod rewrite RUN rm -r -f /var/www/html/*