Skip to content

Commit 0b29a31

Browse files
committed
1 parent 9fcc5ec commit 0b29a31

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

base-os/Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,11 @@ ADD perl-modules /tmp/.modules
2525
# install all the cpan stuff we need
2626
RUN 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
3129
RUN 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

4135
USER root
42-
43-
RUN ls -l /etc/passwd

base-os/apk-world

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
alpine-baselayout
2+
alpine-keys
3+
apk-tools
4+
busybox
5+
libc-utils
16
build-base
27
cmd:bash
38
cmd:git

0 commit comments

Comments
 (0)