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