manually add anyio?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-07-27 12:06:21 +02:00
parent e77c106813
commit a666b8e9ae
3 changed files with 7 additions and 4 deletions

View File

@@ -1,11 +1,13 @@
FROM python:3.10-slim
FROM python:3-slim
ENV DOCKERIZED=true
WORKDIR /app
RUN pip install pipenv
COPY Pipfile Pipfile.lock ./
RUN pip install pipenv && pipenv install --system --deploy
RUN pipenv install --system --deploy
COPY bot .