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.
2 parents 9602ebf + c888581 commit c2b9fb3Copy full SHA for c2b9fb3
Dockerfile
@@ -85,6 +85,9 @@ RUN git clone -b master https://github.com/jesims/circleci-tools.git \
85
ENV PATH=$PATH:/tmp/circleci-tools/
86
RUN node -v > .node_version
87
88
-CMD ["bash"]
+#Bug in npm on AWS's Hyperv virtualization on M5 instances https://github.com/nodejs/docker-node/issues/813
89
+CMD npm config set unsafe-perm true
90
91
#TODO don't run as root
92
+
93
+CMD ["bash"]
0 commit comments