diff --git a/Dockerfile b/Dockerfile index 76c42b7..a1d6cdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,8 @@ RUN apk add build-base \ python3 \ py3-pip +RUN python3 -m pip install --upgrade pip + # Install Ansible linter RUN pip3 install ansible-lint