File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM skilldlabs/frontend:zen
2
2
RUN apk add --no-cache \
3
- git \
4
3
curl \
5
4
&& curl -o /usr/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/binaries/gitlab-ci-multi-runner-linux-amd64 \
6
5
&& chmod +x /usr/bin/gitlab-ci-multi-runner \
Original file line number Diff line number Diff line change @@ -2,12 +2,15 @@ FROM skilldlabs/frontend:latest
2
2
3
3
MAINTAINER Andy Postnikov
4
4
5
- RUN npm install -g \
5
+ RUN apk add --no-cache git \
6
+ && npm install -g \
7
+ bower \
6
8
breakpoint-sass \
7
9
browser-sync \
8
10
chroma-sass \
9
11
del \
10
12
eslint \
13
+ event-stream \
11
14
gulp-autoprefixer \
12
15
gulp-eslint \
13
16
gulp-if \
@@ -17,6 +20,7 @@ RUN npm install -g \
17
20
gulp-sass-lint \
18
21
gulp-size \
19
22
gulp-sourcemaps \
23
+ gulp.spritesmith \
20
24
kss \
21
25
node-sass-import-once \
22
26
sass-lint \
Original file line number Diff line number Diff line change 4
4
rm -rf node_modules
5
5
6
6
/usr/bin/npm link \
7
+ bower \
7
8
breakpoint-sass \
8
9
browser-sync \
9
10
chroma-sass \
10
11
del \
11
12
eslint \
13
+ event-stream \
12
14
gulp \
13
15
gulp-autoprefixer \
14
16
gulp-eslint \
@@ -20,6 +22,7 @@ rm -rf node_modules
20
22
gulp-sass-lint \
21
23
gulp-size \
22
24
gulp-sourcemaps \
25
+ gulp.spritesmith \
23
26
kss \
24
27
node-sass-import-once \
25
28
sass-lint \
You can’t perform that action at this time.
0 commit comments