diff --git a/Dockerfile b/Dockerfile index ecd2ff5..76c42b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,8 @@ RUN keytool -keystore /etc/ssl/certs/java/cacerts -storepass changeit -noprompt RUN apk update # Install Python 3 -RUN apk add python3 \ +RUN apk add build-base \ + python3 \ py3-pip # Install Ansible linter