alpine-zensical (latest)
Published 2025-12-04 14:25:26 +01:00 by ebner
Installation
docker pull gitea.psi.ch/images/alpine-zensical:latestsha256:992cb7890a435e52750e3662d753dfddbe495637ae71dae3e687933aabb73656
sha256:162b0b2a17f70f4ac7519ffc6e5574aafe0b3d5bb23e50927fd50b735b20b5af
Image Layers
| ADD alpine-minirootfs-3.23.0-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk --no-cache add python3 py3-pip git nodejs # buildkit |
| RUN /bin/sh -c python3 -m venv /opt/python-env # buildkit |
| RUN /bin/sh -c /opt/python-env/bin/python3 -m pip install --upgrade pip # buildkit |
| RUN /bin/sh -c /opt/python-env/bin/pip install --no-cache-dir zensical # buildkit |
| RUN /bin/sh -c rm -rf /var/cache/apk/* # buildkit |