mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-03-21 03:22:16 +08:00
Installing latest yarn
This commit is contained in:
parent
b7482b5362
commit
045276f30a
@ -1,6 +1,6 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
RUN apk add --no-cache git python2 build-base
|
||||
RUN apk add --no-cache git python2 build-base yarn
|
||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["help"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user