diff --git a/Dockerfile b/Dockerfile index 06df785add..8d04d263bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN \ case "${TARGETPLATFORM}" in \ 'linux/arm64' | 'linux/arm/v7') \ apk update && \ - apk add --no-cache python3 make g++ gcc libc6-compat bash && \ + apk add --no-cache python3 py3-setuptools make g++ gcc libc6-compat bash && \ yarn global add node-gyp \ ;; \ esac