Skip to content

Commit 8781f6d

Browse files
Update Dockerfile
1 parent b862e7a commit 8781f6d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ FROM alexsuch/angular-cli:base
33
LABEL authors="Alejandro Such <alejandro.such@gmail.com> , Mihai Bob <mihai.m.bob@gmail.com>"
44

55
RUN apk update \
6-
&& apk add --update alpine-sdk \
76
&& yarn global add @angular/cli@1.3.2 \
87
&& ng set --global packageManager=yarn \
9-
&& apk del alpine-sdk \
108
&& rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \
119
&& npm cache clear \
1210
&& yarn cache clean \

0 commit comments

Comments
 (0)