corrected package name
This commit is contained in:
parent
33b5d45c29
commit
0c907ed54a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue