aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/stretch/3.6/Dockerfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-17 23:00:34 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-17 23:51:13 +0200
commit888d672ad685d64a833c1cb7faf5a5a6fe311e11 (patch)
tree2cb0982ce36d4327a3cb7ad3b0c97d495799110b /docker/app/stretch/3.6/Dockerfile
parentUse output redirection. (diff)
Use proper multiline installation.
Diffstat (limited to 'docker/app/stretch/3.6/Dockerfile')
-rw-r--r--docker/app/stretch/3.6/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/app/stretch/3.6/Dockerfile b/docker/app/stretch/3.6/Dockerfile
index 4cabdbfa..46bc1247 100644
--- a/docker/app/stretch/3.6/Dockerfile
+++ b/docker/app/stretch/3.6/Dockerfile
@@ -9,8 +9,8 @@ RUN apt-get install -y \
cmake \
gcc \
git \
- libc-dev
- libpq-dev \
+ libc-dev \
+ libpq-dev
RUN python3 -m pip install .[$EXTRAS]