ci: debug
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
cătălin 2022-08-10 19:33:57 +02:00
commit 268dec50fd
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2

View file

@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.10-alpine AS base
RUN apk add --no-cache \
curl \
gcc \
@ -25,4 +25,4 @@ COPY poetry.lock /app
COPY pyproject.toml /app
WORKDIR /app
RUN poetry config virtualenvs.create false \
&& poetry install
&& poetry install --only base