Skip to content

Commit a2dfc81

Browse files
committed
[nodejs] Add yarn
1 parent 3e20180 commit a2dfc81

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile_python

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ RUN set -ex \
6060
&& apk add --no-cache curl \
6161
&& curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
6262
&& python3 get-pip.py \
63+
&& rm get-pip.py \
6364
&& pip install cryptography --no-binary cryptography

Dockerfile_python_nodejs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ RUN set -ex \
6060
&& apk add --no-cache curl \
6161
&& curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py \
6262
&& python3 get-pip.py \
63+
&& rm get-pip.py \
6364
&& pip install cryptography --no-binary cryptography
6465

6566
RUN set -ex \
66-
&& apk add nodejs npm
67+
&& apk add nodejs npm yarn

0 commit comments

Comments
 (0)