- 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:b4e704ff076e6106b99182da2e19e294940d166faf3a6ce0abca521b8fdf4c95
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 # buildkit |
RUN /bin/sh -c mkdir /app # buildkit |
WORKDIR /app |
CMD ["/bin/bash"] |
RUN /bin/sh -c apk add --no-cache python3 py3-pip # buildkit |