docker(minor): switch to debian based image so we can use wheels

This commit is contained in:
Langhammer, Jens
2019-10-04 11:50:52 +02:00
parent dc8d8dd2b6
commit a48924c896
6 changed files with 20 additions and 25 deletions

View File

@ -1,4 +1,5 @@
FROM docker.beryju.org/passbook/base:latest
RUN pipenv lock --dev -r > requirements-dev.txt && \
pipenv --rm && \
pip install -r /app/requirements-dev.txt --no-cache-dir