Build docker image - upgrade to nodejs 16

This commit is contained in:
BoykoAlex
2021-12-06 14:58:04 -05:00
parent 0ff3f33f43
commit 5e5b976a27

View File

@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
xvfb \
icewm
RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get install -y nodejs
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \