128 B
128 B
FROM alpine:latest
ENV PIP_BREAK_SYSTEM_PACKAGES=1
RUN apk add --no-cache tini py-pip
RUN pip install -U pip
FROM alpine:latest
ENV PIP_BREAK_SYSTEM_PACKAGES=1
RUN apk add --no-cache tini py-pip
RUN pip install -U pip