staging-deploy-test
Some checks failed
Deploy on push / deploy (push) Failing after 6s

This commit is contained in:
2024-02-29 07:56:23 +03:00
parent 31320c9972
commit f52c13e082
2 changed files with 13 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ FROM python:alpine
# Update package lists and install necessary dependencies
RUN apk update && \
apk add --no-cache build-base icu-data-full curl python3-dev musl-dev postgresql-dev postgresql-client && \
apk add --no-cache build-base icu-data-full curl python3-dev musl-dev && \
curl -sSL https://install.python-poetry.org | python
# Set working directory