FROM python:3-alpine RUN apk update && \
apk add bash git shellcheck curl && \
git config --global credential.helper store && \ pip install -U flake8 pylint