Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit 427aa98

Browse files
author
Evandro Myller
committed
Install yarn
1 parent ef313d6 commit 427aa98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
ARG python_tag
22
FROM python:$python_tag
33

4-
# Install NodeJS
4+
# Install NodeJS + yarn
55
RUN \
66
curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
77
apt-get install -y nodejs &&\
8-
rm -rf /var/lib/apt/lists/
8+
rm -rf /var/lib/apt/lists/ &&\
9+
npm install -g yarn

0 commit comments

Comments
 (0)