Skip to content
Snippets Groups Projects
Unverified Commit bf75cacd authored by Roman Azarenko's avatar Roman Azarenko
Browse files

Add curl

parent f35c580e
Branches
Tags
No related merge requests found
Pipeline #13563 passed
FROM python:3-alpine
RUN apk update && \
apk add bash git shellcheck && \
apk add bash git shellcheck curl && \
git config --global credential.helper store && \
pip install -U flake8 pylint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment