From c4f4769bcf98f1739a122c15222c99491bff7f7e Mon Sep 17 00:00:00 2001 From: Deon George Date: Wed, 8 Jul 2020 16:58:49 +1000 Subject: [PATCH] Added missing library libnspr4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ee0e75..0353d41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*