mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-25 00:21:35 +02:00
fix
This commit is contained in:
@@ -45,9 +45,9 @@ RUN apt-get update && apt-get upgrade -y \
|
|||||||
&& printf "Package: *\nPin: origin deb.nodesource.com\nPin-Priority: 1001\n" > /etc/apt/preferences.d/nodesource \
|
&& printf "Package: *\nPin: origin deb.nodesource.com\nPin-Priority: 1001\n" > /etc/apt/preferences.d/nodesource \
|
||||||
&& apt-get update && apt-get install -q -y --no-install-recommends nodejs \
|
&& apt-get update && apt-get install -q -y --no-install-recommends nodejs \
|
||||||
# Temp Fix (Update npm)
|
# Temp Fix (Update npm)
|
||||||
npm -v \
|
&& npm -v \
|
||||||
npm install npm@latest \
|
&& npm install -g npm@latest \
|
||||||
npm -v \
|
&& npm -v \
|
||||||
# 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