This commit is contained in:
parent
9c9b26d036
commit
735ad5dd9c
3 changed files with 13 additions and 8 deletions
|
@ -1,7 +1,8 @@
|
|||
FROM debian:trixie-slim
|
||||
# Build: podman build -t localhost/python-ci -f Containerfile.ci
|
||||
FROM localhost/trixie_python
|
||||
|
||||
RUN apt-get -y --no-install-recommends install nodejs git python3-pytest && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/listsd/* && \
|
||||
rm -rf /root/.cache
|
||||
|
||||
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