Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buanet committed Jan 8, 2024
1 parent 16c7417 commit b9618d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN apt-get update && apt-get upgrade -y \
&& echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_${NODE}.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \
&& apt-get update && apt-get install -q -y --no-install-recommends nodejs \
# Check for and install npm if not installed (no longer comes with nodejs? Bug?)
&& npm --version || apt-get update && apt-get install -q -y --no-install-recommends npm \
&& npm --version || apt-get install -q -y --no-install-recommends npm \
# Install node-gyp
&& npm install --production -g node-gyp \
# Generating locales
Expand Down

0 comments on commit b9618d9

Please sign in to comment.