We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6ebdb3 + 46fbb3e commit f38e2b7Copy full SHA for f38e2b7
2 files changed
Dockerfile
@@ -17,6 +17,7 @@ RUN \
17
apk add --no-cache --virtual=build-dependencies \
18
build-base \
19
git \
20
+ py3-setuptools \
21
python3-dev && \
22
echo "**** install runtime packages ****" && \
23
apk add --no-cache \
Dockerfile.aarch64
0 commit comments