Fixing Dockerfile (#440)
This commit is contained in:
parent
b93212f57b
commit
a1b89805e7
|
@ -7,7 +7,7 @@ ADD . /app
|
||||||
|
|
||||||
# Install updates and NodeJS+Dependencies
|
# Install updates and NodeJS+Dependencies
|
||||||
RUN apk update && apk upgrade
|
RUN apk update && apk upgrade
|
||||||
RUN apk add nodejs git python build-base clang
|
RUN apk add nodejs npm git python build-base clang
|
||||||
|
|
||||||
# Upgrading NPM
|
# Upgrading NPM
|
||||||
RUN npm i npm@latest -g
|
RUN npm i npm@latest -g
|
||||||
|
|
Loading…
Reference in New Issue