We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f10da6 commit 2b37f07Copy full SHA for 2b37f07
utbot-cli-js/Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update \
8
&& apt-get install -y -q --no-install-recommends \
9
curl \
10
&& curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh \
11
- && /bin/sh nodesource_setup.sh \
+ && /bin/bash nodesource_setup.sh \
12
13
nodejs \
14
&& rm -rf /var/lib/apt/lists/*
0 commit comments