Skip to content

Commit 6d1361c

Browse files
committed
Add --force to vue-next dockerfile since latest image version errors without it
1 parent 60e172d commit 6d1361c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/docker/vue-next/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:current
2-
RUN npm install -g yarn lerna
2+
RUN npm install -g yarn lerna --force
33
RUN git clone https://github.com/vuejs/vue-next.git /vue-next
44
WORKDIR /vue-next
55
RUN git pull

0 commit comments

Comments
 (0)