Loading angular/Dockerfile +6 −1 Original line number Diff line number Diff line Loading @@ -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} \ Loading typescript/Dockerfile +6 −1 Original line number Diff line number Diff line Loading @@ -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} \ Loading Loading
angular/Dockerfile +6 −1 Original line number Diff line number Diff line Loading @@ -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} \ Loading
typescript/Dockerfile +6 −1 Original line number Diff line number Diff line Loading @@ -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} \ Loading