Skip to content

Commit 2b37f07

Browse files
authoredFeb 29, 2024
Fix JS Dockerfile (#2736)
1 parent 7f10da6 commit 2b37f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎utbot-cli-js/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update \
88
&& apt-get install -y -q --no-install-recommends \
99
curl \
1010
&& curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh \
11-
&& /bin/sh nodesource_setup.sh \
11+
&& /bin/bash nodesource_setup.sh \
1212
&& apt-get install -y -q --no-install-recommends \
1313
nodejs \
1414
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)