From a90a4826a9f7f57309377eece567cbdec970645f Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Sun, 24 Jan 2021 00:08:43 +0100 Subject: [PATCH] Add php modules for performance tuning --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2c17bb..09dd3a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # FROM nextcloud:20.0.0-apache FROM nextcloud:20.0.5-apache -RUN apt-get update && \ +RUN apt-get update \ && apt-get install -y php-apcu php-redis \ && apt-get clean