Skip to content

Commit 0cc7634

Browse files
committed
next attempt to remove the angular analytics question
1 parent 586e1b4 commit 0cc7634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +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
5+
RUN echo "NG_CLI_ANALYTICS=ci" >> /root/.npmrc
66
RUN echo "{ \"allow_root\": true }" > /root/.bowerrc
77

88
# replace shell with bash so we can source files

0 commit comments

Comments
 (0)