Commit 06f892db authored by Boris Mühmer's avatar Boris Mühmer
Browse files

added some more npm packages

parent bb812c40
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -20,7 +20,12 @@ RUN apt update \
    && apt autoclean -y \
    && apt clean \
    && npm install --location=global npm \
    && npm install --location=global typescript \
    && npm install --location=global gulp-cli \
    && npm install --location=global typescript gulp-typescript \
    && npm install --location=global browserify tsify vinyl-source-stream \
    && npm install --location=global watchify fancy-log \
    && npm install --location=global gulp-terser vinyl-buffer gulp-sourcemaps \
    && npm install --location=global babelify@8 babel-core babel-preset-es2015 vinyl-buffer gulp-sourcemaps \
    && npm install --location=global @angular/cli \
    && npm update  --location=global \
    && groupadd -g ${GROUP_ID} ${GROUP_NAME} \
+6 −1
Original line number Diff line number Diff line
@@ -20,7 +20,12 @@ RUN apt update \
    && apt autoclean -y \
    && apt clean \
    && npm install --location=global npm \
    && npm install --location=global typescript \
    && npm install --location=global gulp-cli \
    && npm install --location=global typescript gulp-typescript \
    && npm install --location=global browserify tsify vinyl-source-stream \
    && npm install --location=global watchify fancy-log \
    && npm install --location=global gulp-terser vinyl-buffer gulp-sourcemaps \
    && npm install --location=global babelify@8 babel-core babel-preset-es2015 vinyl-buffer gulp-sourcemaps \
    && npm update  --location=global \
    && groupadd -g ${GROUP_ID} ${GROUP_NAME} \
    && useradd  -u ${USER_ID} -g ${GROUP_NAME} -c "${USER_COMMENT}" -m -s ${USER_SHELL} ${USER_NAME} \