use 3.7-slim instead of 3.7 (#17)
This commit is contained in:
parent
2ae42caceb
commit
b4498e1534
@ -1,6 +1,7 @@
|
|||||||
FROM python:3.7
|
FROM python:3.7-slim
|
||||||
RUN apt-get -y update && apt-get -y upgrade
|
RUN apt-get -y update && \
|
||||||
RUN apt-get install -y libpq-dev supervisor curl vim
|
apt-get -y upgrade && \
|
||||||
|
apt-get install -y libpq-dev supervisor curl wget xz-utils bzip2 git gcc
|
||||||
RUN useradd -m openslides
|
RUN useradd -m openslides
|
||||||
|
|
||||||
## BUILD JS STUFF
|
## BUILD JS STUFF
|
||||||
|
Loading…
Reference in New Issue
Block a user