From ddb31a9b8f796caed3bbde51de5f805df81f32d1 Mon Sep 17 00:00:00 2001 From: Michele Date: Mon, 29 Jul 2019 17:45:11 +0200 Subject: [PATCH] Update Dockerfile Add apk add --no-cache npm && \ npm install -g typescript && \ --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 9bcd68a..67d8907 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN \ RUN \ apk add --no-cache nodejs && \ + apk add --no-cache npm && \ + npm install -g typescript && \ ls -lha /usr/bin/sonar* && \ ln -s /usr/bin/sonar-scanner-run.sh /usr/bin/gitlab-sonar-scanner