CI: rename container
This commit is contained in:
parent
57a49840b2
commit
f6f5507245
2 changed files with 7 additions and 7 deletions
7
Containerfile.ci
Normal file
7
Containerfile.ci
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM debian:trixie-slim
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y python-is-python3 python3-pip python3-venv nodejs git podman buildah pipx && \
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /root/.cache && \
|
||||
rm -rf /root/.cache && \
|
||||
pip install --break-system-packages uv
|
Loading…
Add table
Add a link
Reference in a new issue