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 7793756 commit 9212cc5Copy full SHA for 9212cc5
benchkit/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && \
11
apt-get upgrade -y && \
12
apt-get install -y curl
13
14
-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 -
15
16
RUN apt-get update && \
17
0 commit comments