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 3e20180 commit a2dfc81Copy full SHA for a2dfc81
Dockerfile_python
@@ -60,4 +60,5 @@ RUN set -ex \
60
&& apk add --no-cache curl \
61
&& curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
62
&& python3 get-pip.py \
63
+ && rm get-pip.py \
64
&& pip install cryptography --no-binary cryptography
Dockerfile_python_nodejs
@@ -60,7 +60,8 @@ RUN set -ex \
65
66
RUN set -ex \
- && apk add nodejs npm
67
+ && apk add nodejs npm yarn
0 commit comments