From d208249e77e92c9e7cc8e1ebb0fe1df7b9b70dbc Mon Sep 17 00:00:00 2001 From: rasmus Date: Thu, 11 Jun 2026 21:45:14 +0300 Subject: [PATCH] remove caio workaronud aio / caio does not seem used anywhere in k-space domain multiple apps deployed with changes, no effects noted --- Dockerfile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0849a73..3fe87ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,13 +16,6 @@ RUN apk add --no-cache gcc make musl-dev linux-headers git \ sanic-wtf \ ecs-logging -# Work around buggy setup.py in caio -RUN git clone https://github.com/mosquito/caio/ \ - && cd caio \ - && python3 setup.py bdist_wheel \ - && rm /wheels/*caio*.whl \ - && cp dist/*.whl /wheels/ - # Generate image without build dependencies FROM python:alpine COPY --from=build /wheels /wheels @@ -31,4 +24,3 @@ LABEL name="k-space/microservice-base" \ version="rc" \ maintainer="Lauri Võsandi " ENV PYTHONUNBUFFERED=1 -ENV CAIO_IMPL=linux