Skip to content

Commit

Permalink
Fix JS Dockerfile (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarinvs19 authored Feb 29, 2024
1 parent 7f10da6 commit 2b37f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utbot-cli-js/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt-get update \
&& apt-get install -y -q --no-install-recommends \
curl \
&& curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh \
&& /bin/sh nodesource_setup.sh \
&& /bin/bash nodesource_setup.sh \
&& apt-get install -y -q --no-install-recommends \
nodejs \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 2b37f07

Please sign in to comment.