mirror of
https://github.com/Eugeny/tabby-web.git
synced 2025-06-09 14:09:57 +00:00
Update Dockerfile
This commit is contained in:
parent
4af826d59e
commit
427a245b24
@ -3,7 +3,7 @@ FROM python:3.7-alpine AS build
|
||||
ARG EXTRA_DEPS
|
||||
RUN apk add build-base musl-dev libffi-dev openssl-dev mariadb-dev
|
||||
WORKDIR /app
|
||||
RUN pip install -U setuptools 'cryptography>=3.0,<3.1' poetry==1.1.7 ${EXTRA_DEPS}
|
||||
RUN pip install -U setuptools 'cryptography>=3.0,<3.1' poetry==1.1.7 $EXTRA_DEPS
|
||||
COPY pyproject.toml poetry.lock ./
|
||||
RUN poetry config virtualenvs.create false
|
||||
RUN poetry install --no-dev --no-ansi --no-interaction
|
||||
|
Loading…
x
Reference in New Issue
Block a user