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

Add curl

parent f35c580e
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment