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.
1 parent c6ebdb3 commit 46fbb3eCopy full SHA for 46fbb3e
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