Skip to content

Commit 9fcc5ec

Browse files
committed
test
1 parent 996fe8c commit 9fcc5ec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

base-os/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ 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+
2830
# install csso-cli, uglify-js to minimize css and js; "hulk" to compile js templates
2931
RUN npm install -g \
3032
hogan.js source-map-support \
@@ -34,4 +36,8 @@ RUN npm install -g \
3436

3537
# && chown -R root:root /usr/lib/node_modules && rm -fr ~/.npm
3638

39+
RUN ls -l /etc/passwd
40+
3741
USER root
42+
43+
RUN ls -l /etc/passwd

0 commit comments

Comments
 (0)