From 0c907ed54a8e2c109b3627ce44cf8e23bebf1a45 Mon Sep 17 00:00:00 2001 From: Stefan Heinrichsen Date: Mon, 20 Jul 2020 17:30:38 +0200 Subject: [PATCH] corrected package name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30b1750..ab712a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM webdevops/php-apache:7.4 # want rsvg support too RUN apt-get update -RUN apt-get install -y librsvg +RUN apt-get install -y librsvg2-bin #restart apache RUN service apache2 restart