poetry/cache (11b524c28165d51556a950ace0b61377676ebd57ad60fc7711b75b02aa835910)

Published 2022-11-13 00:09:50 +00:00 by catalin

Installation

docker pull git.roboces.dev/catalin/poetry/cache:11b524c28165d51556a950ace0b61377676ebd57ad60fc7711b75b02aa835910
sha256:c1c60e87ce92a4c2fdd594211b69bf2a70400801ed467efc6c451371e9459208

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