We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996fe8c commit 9fcc5ecCopy full SHA for 9fcc5ec
base-os/Dockerfile
@@ -25,6 +25,8 @@ ADD perl-modules /tmp/.modules
25
# install all the cpan stuff we need
26
RUN cpanm < /tmp/.modules; rm -fr ~/.cpanm; rm -fr /usr/local/share/man;
27
28
+RUN ls -l /etc/passwd
29
+
30
# install csso-cli, uglify-js to minimize css and js; "hulk" to compile js templates
31
RUN npm install -g \
32
hogan.js source-map-support \
@@ -34,4 +36,8 @@ RUN npm install -g \
34
36
35
37
# && chown -R root:root /usr/lib/node_modules && rm -fr ~/.npm
38
39
40
41
USER root
42
43
0 commit comments