docker(minor): switch to debian based image so we can use wheels
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user