Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Carmet a852def644 Update node to 10.20.1 2020-07-24 15:53:17 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN curl -sS http://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \
&& cat /tmp/*packages.list | xargs apt-get install -y \
&& git clone https://github.com/tj/n.git \
&& make -C ./n \
&& n 10 \
&& n 10.20.1 \
&& pip install pip==9.0.1 \
&& rm -rf ./n \
&& rm -rf /var/lib/apt/lists/* \