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