- 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:0b9e99ff14f390511b74784cb3bd2fe848214f6dd5f7834951c9ec56a576e6f6
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-pip # buildkit |