diff --git a/Dockerfile b/Dockerfile index 897d5e86..8df92274 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,6 +59,7 @@ RUN set -eux \ && apk add --no-cache make \ && apk add --no-cache python3 \ && apk add --no-cache bash \ + && apk add --no-cache docker \ && if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi \ && python3 -m ensurepip \ && rm -r /usr/lib/python*/ensurepip \