mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 20:55:09 +00:00
Add required library libatomic1 to Dockerfile (#71)
This commit is contained in:
parent
8a83580fe8
commit
eeb5c3d739
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ ADD . /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y curl
|
RUN apt install -y curl libatomic1
|
||||||
|
|
||||||
RUN uv python install
|
RUN uv python install
|
||||||
RUN uv sync --frozen
|
RUN uv sync --frozen
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue