- Sussex, England
- https://luke-else.co.uk
-
Software Engineer and Student from South England
- Joined on
2022-02-07
Block a user
python (latest)
Installation
docker pull git.luke-else.co.uk/luke-else/python:latestsha256:4c7138ceddc2ac92eead101100419838f82f43c023290e0cf2d13fe18e1c2011
Image Layers
| ADD alpine-minirootfs-20260127-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache curl helix shadow openssl-dev pkgconf build-base ca-certificates # buildkit |
| RUN /bin/sh -c mkdir /app # buildkit |
| WORKDIR /app |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add --no-cache python3 py3-uv # buildkit |
| CMD ["uv run"] |