FROM alpine:3.11 RUN set -x && apk -v --update add --no-cache \ jq \ python3 \ py3-pip \ curl \ ca-certificates Results in + apk -v --update add --no-cache jq python3 ...