Add required library libatomic1 to Dockerfile (#71)

This commit is contained in:
MMK21 2025-10-22 23:37:01 +01:00 committed by GitHub
parent 8a83580fe8
commit eeb5c3d739
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ ADD . /app
WORKDIR /app
RUN apt update
RUN apt install -y curl
RUN apt install -y curl libatomic1
RUN uv python install
RUN uv sync --frozen