diff options
Diffstat (limited to 'docker/app/stretch/3.7/Dockerfile')
-rw-r--r-- | docker/app/stretch/3.7/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/app/stretch/3.7/Dockerfile b/docker/app/stretch/3.7/Dockerfile index 32aee420..0290b800 100644 --- a/docker/app/stretch/3.7/Dockerfile +++ b/docker/app/stretch/3.7/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] |