poetry/cache (c97aee511c01c7b73c9df595fa6721ba81a2ba436c4e73ef73c9b7450eb17bbf)

Published 2023-01-15 00:06:33 +00:00 by catalin

Installation

docker pull git.roboces.dev/catalin/poetry/cache:c97aee511c01c7b73c9df595fa6721ba81a2ba436c4e73ef73c9b7450eb17bbf
sha256:308173cddafc4b9d5db06eac44194f9d35c9c777d70b34979153ad38459d97e4

Image layers

RUN apk add --no-cache curl gcc libressl-dev musl-dev git libffi-dev && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal && source "$HOME/.cargo/env" && rm -rf /root/.rustup && apk del libressl-dev libffi-dev && pip install --upgrade --no-cache-dir pip pre-commit