corrected package name

This commit is contained in:
Stefan Heinrichsen 2020-07-20 17:30:38 +02:00
parent 33b5d45c29
commit 0c907ed54a
1 changed files with 1 additions and 1 deletions

View File

@ -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