- 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:latest
sha256:9866a4dbe55878ea447390bbd673fa894eda25412f83f5e134aec7a57c7f30f9
Image Layers
ADD alpine-minirootfs-3.22.1-x86_64.tar.gz / # buildkit |
CMD ["/bin/sh"] |
RUN /bin/sh -c apk add --no-cache bash curl helix shadow # buildkit |
RUN /bin/sh -c chsh -s /bin/bash # buildkit |
RUN /bin/sh -c mkdir /app # buildkit |
WORKDIR /app |
CMD ["/bin/bash"] |
RUN /bin/sh -c apk add --no-cache python3 py3-uv # buildkit |
CMD ["uv run"] |