- 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:5617a0e82c48b956ee11849e3da226b132d80fd25837b2a940548758356d43a1
Image Layers
ADD alpine-minirootfs-3.22.0-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 |