Skip to content

Commit acae907

Browse files
committed
add --force flag
1 parent 10ae133 commit acae907

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ RUN apk update \
88
&& ng set --global packageManager=yarn \
99
&& apk del alpine-sdk python \
1010
&& rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \
11+
&& npm cache clean --force \
1112
&& yarn cache clean \
1213
&& sed -i -e "s/bin\/ash/bin\/sh/" /etc/passwd

0 commit comments

Comments
 (0)