use 3.7-slim instead of 3.7 (#17)

This commit is contained in:
Jochen Saalfeld 2018-09-01 21:03:57 +02:00 committed by Oskar Hahn
parent 2ae42caceb
commit b4498e1534
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
FROM python:3.7
RUN apt-get -y update && apt-get -y upgrade
RUN apt-get install -y libpq-dev supervisor curl vim
FROM python:3.7-slim
RUN apt-get -y update && \
apt-get -y upgrade && \
apt-get install -y libpq-dev supervisor curl wget xz-utils bzip2 git gcc
RUN useradd -m openslides
## BUILD JS STUFF