Skip to content

Commit c71a8b1

Browse files
committed
turn analytics off
1 parent 06d5f59 commit c71a8b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
FROM ubuntu:19.10
33
COPY install_rust.sh /root/
44
RUN echo "unsafe-perm = true" > /root/.npmrc
5+
RUN echo "export NG_CLI_ANALYTICS=ci" >> /root/.npmrc
56
RUN echo "{ \"allow_root\": true }" > /root/.bowerrc
67

78
# replace shell with bash so we can source files

0 commit comments

Comments
 (0)