Skip to content
Snippets Groups Projects
Commit 012640c0 authored by Lewis Liu's avatar Lewis Liu
Browse files

Upgrading npm to latest v2

parent 1a95c9b9
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ ENV LC_CTYPE en_US.UTF-8
# install core build tools
RUN apk add --update nodejs git wget bash python make g++ java-cacerts ttf-dejavu fontconfig && \
npm install -g npm@2 && \
ln -sf "${JAVA_HOME}/bin/"* "/usr/bin/"
# fix broken cacerts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment