Skip to content

Commit babe402

Browse files
Update Dockerfile
1 parent 21af090 commit babe402

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ LABEL author="Alejandro Such <alejandro.such@gmail.com>"
44

55
RUN apk update \
66
&& apk add --update alpine-sdk \
7-
&& apk add bash \
87
&& npm install -g @angular/cli@1.0.0-beta.32.3 \
8+
&& npm install -g yarn \
9+
&& ng set --global packageManager=yarn \
910
&& apk del alpine-sdk \
1011
&& rm -rf /tmp/* /var/cache/apk/* *.tar.gz ~/.npm \
11-
&& npm cache clear
12+
&& npm cache clear \
13+
&& sed -i -e "s/bin\/ash/bin\/sh/" /etc/passwd

0 commit comments

Comments
 (0)