diff options
author | 2018-09-17 23:00:34 +0200 | |
---|---|---|
committer | 2018-09-17 23:51:13 +0200 | |
commit | 888d672ad685d64a833c1cb7faf5a5a6fe311e11 (patch) | |
tree | 2cb0982ce36d4327a3cb7ad3b0c97d495799110b /docker/app/stretch/3.6/Dockerfile | |
parent | Use output redirection. (diff) |
Use proper multiline installation.
Diffstat (limited to 'docker/app/stretch/3.6/Dockerfile')
-rw-r--r-- | docker/app/stretch/3.6/Dockerfile | 4 |
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] |