Skip to content

Commit acb6d57

Browse files
andriyunandypost
authored andcommitted
Add sprite engine and bower pm
1 parent b893579 commit acb6d57

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

zen-ci/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM skilldlabs/frontend:zen
22
RUN apk add --no-cache \
3-
git \
43
curl \
54
&& 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 \
65
&& chmod +x /usr/bin/gitlab-ci-multi-runner \

zen/Dockerfile

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ FROM skilldlabs/frontend:latest
22

33
MAINTAINER Andy Postnikov
44

5-
RUN npm install -g \
5+
RUN apk add --no-cache git \
6+
&& npm install -g \
7+
bower \
68
breakpoint-sass \
79
browser-sync \
810
chroma-sass \
911
del \
1012
eslint \
13+
event-stream \
1114
gulp-autoprefixer \
1215
gulp-eslint \
1316
gulp-if \
@@ -17,6 +20,7 @@ RUN npm install -g \
1720
gulp-sass-lint \
1821
gulp-size \
1922
gulp-sourcemaps \
23+
gulp.spritesmith \
2024
kss \
2125
node-sass-import-once \
2226
sass-lint \

zen/docker-entrypoint.sh

+3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
rm -rf node_modules
55

66
/usr/bin/npm link \
7+
bower \
78
breakpoint-sass \
89
browser-sync \
910
chroma-sass \
1011
del \
1112
eslint \
13+
event-stream \
1214
gulp \
1315
gulp-autoprefixer \
1416
gulp-eslint \
@@ -20,6 +22,7 @@ rm -rf node_modules
2022
gulp-sass-lint \
2123
gulp-size \
2224
gulp-sourcemaps \
25+
gulp.spritesmith \
2326
kss \
2427
node-sass-import-once \
2528
sass-lint \

0 commit comments

Comments
 (0)