Fix python compatibility with Alpine

This commit is contained in:
Yax 2024-12-09 15:47:40 +01:00
parent 2b9ccf13d4
commit 05db93f7cd
5 changed files with 26 additions and 4 deletions

View file

@ -4,6 +4,8 @@ RUN apk update
RUN apk add --no-cache build-base bash git python3 make tzdata curl py3-pip libressl-dev musl-dev libffi-dev python3-dev cargo
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
RUN mv /root/.local/bin/uv /usr/local/bin
RUN mv /root/.local/bin/uvx /usr/local/bin
COPY docker/nginx.conf /etc/nginx/nginx.conf