From ef1cb62e6548a31ea354da2aaa8d8762a164646b Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Thu, 13 Feb 2020 17:36:06 +0100 Subject: [PATCH] Fixes the build. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4592b30..d57037b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,7 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \ RUN cd /home/discourse/discourse/plugins \ && for plugin in $(cat /tmp/install/plugin-list); do \ git clone $plugin; \ - done; \ + done \ && chown -R discourse:discourse . WORKDIR /home/discourse/discourse -- GitLab