Skip to content
Snippets Groups Projects
Commit 702bbd7e authored by Lewis Liu's avatar Lewis Liu Committed by GitHub
Browse files

Merge pull request #2870 from metabase/dockerfile-npm-upgrade

Upgrading npm to latest v2 in Dockerfile
parents 36aad843 012640c0
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