Back to nodejs 16 for the docker image

This commit is contained in:
aboyko
2022-12-13 18:45:35 -05:00
parent 536d699b05
commit 718b459dd0

View File

@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
xvfb \
icewm
RUN curl -sL https://deb.nodesource.com/setup_18.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 - \