Update sts build env to use more recent nodejs

This commit is contained in:
Kris De Volder
2020-02-27 16:25:39 -08:00
parent 606a52c103
commit 78d435be7e

View File

@@ -7,12 +7,12 @@ RUN apt-get update && apt-get install -y \
gettext-base \
git \
jq \
openjdk-8-jdk=8u162-b12-1 openjdk-8-jre=8u162-b12-1 openjdk-8-jdk-headless=8u162-b12-1 openjdk-8-jre-headless=8u162-b12-1 openjdk-8-source=8u162-b12-1 \
openjdk-8-jdk \
curl \
xvfb \
icewm
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y nodejs
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \