poetry/cache (975ef94837721121083eacd6a46968e43857719ebca961c672cc6f0b14354815)

Published 2022-10-02 00:17:13 +00:00 by catalin

Installation

docker pull git.roboces.dev/catalin/poetry/cache:975ef94837721121083eacd6a46968e43857719ebca961c672cc6f0b14354815
sha256:eaeaf0192ebec401081f10bea79bc7fa1bb6029e73d0ce59ad2b27ca6a8a7f04

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