ci: fix docker developpement build (#5883)

This commit is contained in:
Alexis Saettler
2022-01-12 11:33:09 +01:00
committed by GitHub
parent 4517276a2f
commit f5bffe2066
+1 -1
View File
@@ -164,7 +164,7 @@ RUN set -ex; \
# Install node dependencies
RUN set -ex; \
\
curl -fsSL https://deb.nodesource.com/setup_14.x | bash -; \
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -; \
apt-get install -y nodejs; \
npm install -g yarn; \
yarn run inst; \