We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7367f6b commit fb6c729Copy full SHA for fb6c729
testkit/Dockerfile
@@ -13,7 +13,7 @@ RUN apt-get update && \
13
apt-get upgrade -y && \
14
apt-get install -y curl
15
16
-RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION:=10}.x | sh
+RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION:=10}.x | bash -
17
18
RUN apt-get update && \
19
0 commit comments