From 0902816e2f93622313ccf592f3ccd99de46228cc Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Tue, 9 Jun 2020 21:39:08 +0200 Subject: [PATCH] [PicaPlume] Forgot && in Dockerfile --- pica-plume/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pica-plume/Dockerfile b/pica-plume/Dockerfile index b50b34d9..82216359 100644 --- a/pica-plume/Dockerfile +++ b/pica-plume/Dockerfile @@ -12,7 +12,7 @@ ENV FIRSTLAUNCH_PATH=/firstlaunch/yeah RUN apt-get update && \ # See https://github.com/dalibo/temboard/issues/211#issuecomment-342205157 to understand why mkdir -p /usr/share/man/man1 && \ - mkdir -p /usr/share/man/man7 \ + mkdir -p /usr/share/man/man7 && \ apt-get install -y postgresql-client && \ rm -rf /var/lib/apt/lists/* -- GitLab