Initial commit
This commit is contained in:
commit
e65b334271
4 changed files with 76 additions and 0 deletions
8
Containerfile.ci
Normal file
8
Containerfile.ci
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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 python3-httpx buildah podman && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/listsd/* && \
|
||||
rm -rf /root/.cache
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue