mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-17 18:39:01 +02:00
test fix
This commit is contained in:
@@ -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 \
|
&& 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 \
|
&& 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?)
|
# 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
|
# Install node-gyp
|
||||||
&& npm install --production -g node-gyp \
|
&& npm install --production -g node-gyp \
|
||||||
# Generating locales
|
# Generating locales
|
||||||
|
|||||||
Reference in New Issue
Block a user