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 d254b78 commit e677b04Copy full SHA for e677b04
3.5/alpine/Dockerfile
@@ -46,7 +46,7 @@ RUN apk add --no-cache --virtual .build-deps \
46
apk info --installed -q $dep && echo $dep; \
47
done | sort -u) \
48
&& apk add --virtual .python-rundeps $rundeps \
49
- && apk del .build-deps gnupg \
+ && apk del .build-deps \
50
&& rm -rf /usr/src/python
51
52
# make some useful symlinks that are expected to exist
0 commit comments