Added missing library libnspr4

This commit is contained in:
Deon George 2020-07-08 16:58:49 +10:00
parent 5dfc317e87
commit c4f4769bcf

View File

@ -5,7 +5,7 @@ FROM debian:buster-slim
# Base utilities
RUN apt-get update \
&& apt-get install -yqq curl supervisor procps less zip unzip arj unrar-free lhasa arc logrotate cron php-cgi php-fpm \
&& apt-get install -yqq curl supervisor procps less zip unzip arj unrar-free lhasa arc logrotate cron php-cgi php-fpm libnspr4 \
&& apt-get -y autoremove \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*