4154d66 78d910c 58cec8c
1
2
3
4
5
6
7
8
9
10
11
FROM ghcr.io/astral-sh/uv:debian WORKDIR /app COPY . . RUN uv init && uv add -r deps.txt RUN apt-get update -y && apt-get install wget curl git unzip zip -y ENTRYPOINT ["sh", "entrypoint.sh"]