fix build

This commit is contained in:
Goldy
2024-06-29 15:32:09 +02:00
parent 30e95f3ec0
commit 25b81b2dd2
+2
View File
@@ -14,6 +14,8 @@ ENV PYTHONUNBUFFERED=1 \
FORCE_COLOR=1 \
TERM=xterm-256color
RUN apk add --no-cache gcc
RUN pip install poetry
COPY . .
RUN poetry install --no-cache --no-root --without dev