Skip to content

Commit 4c1e6ce

Browse files
author
Arnob Saha
committed
Updated docker file
1 parent bb75f7c commit 4c1e6ce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ RUN npm install -g inherits \
2828
yo \
2929
bower \
3030
yarn \
31-
mocha \
32-
chai \
3331
grunt-cli \
3432
jasmine-node \
3533
eslint \
34+
eslint-plugin-angular \
3635
eslint-config-angular \
3736
jasmine-reporters@1.0.0 \
3837
karma \
@@ -41,12 +40,9 @@ RUN npm install -g inherits \
4140
karma-jasmine \
4241
karma-junit-reporter \
4342
karma-ng-scenario \
44-
protractor \
4543
&& rm -rf /root/.npm/
4644

4745
RUN google-chrome --version
4846

49-
RUN webdriver-manager update
50-
5147
ENV NODE_PATH /usr/lib/nodejs/:/usr/local/lib/node_modules/
5248
ENV CHROME_BIN /usr/bin/google-chrome

0 commit comments

Comments
 (0)