We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4368490 commit e16f4b8Copy full SHA for e16f4b8
1 file changed
Dockerfile
@@ -6,6 +6,6 @@ RUN apk update \
6
&& yarn global add @angular/cli@1.4.3 \
7
&& ng set --global packageManager=yarn \
8
&& rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \
9
- && npm cache clear \
+ && npm cache clear --force \
10
&& yarn cache clean \
11
&& sed -i -e "s/bin\/ash/bin\/sh/" /etc/passwd
0 commit comments