File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,11 @@ ADD perl-modules /tmp/.modules
2525# install all the cpan stuff we need
2626RUN cpanm < /tmp/.modules; rm -fr ~/.cpanm; rm -fr /usr/local/share/man;
2727
28- RUN ls -l /etc/passwd
29-
3028# install csso-cli, uglify-js to minimize css and js; "hulk" to compile js templates
3129RUN npm install -g \
3230 hogan.js source-map-support \
3331 uglify-js \
3432 csso csso-cli \
35- && rm -fr ~/.npm
36-
37- # && chown -R root:root /usr/lib/node_modules && rm -fr ~/.npm
38-
39- RUN ls -l /etc/passwd
33+ && chown -R root:root /usr/lib/node_modules && rm -fr ~/.npm
4034
4135USER root
42-
43- RUN ls -l /etc/passwd
Original file line number Diff line number Diff line change 1+ alpine-baselayout
2+ alpine-keys
3+ apk-tools
4+ busybox
5+ libc-utils
16build-base
27cmd:bash
38cmd:git
You can’t perform that action at this time.
0 commit comments