Skip to content
Snippets Groups Projects
Verified Commit 0902816e authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[PicaPlume] Forgot && in Dockerfile

parent fbf10d7e
No related branches found
No related tags found
No related merge requests found
......@@ -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/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment