Skip to content

Commit e16f4b8

Browse files
committed
add --force flag
1 parent 4368490 commit e16f4b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ RUN apk update \
66
&& yarn global add @angular/cli@1.4.3 \
77
&& ng set --global packageManager=yarn \
88
&& rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \
9-
&& npm cache clear \
9+
&& npm cache clear --force \
1010
&& yarn cache clean \
1111
&& sed -i -e "s/bin\/ash/bin\/sh/" /etc/passwd

0 commit comments

Comments
 (0)