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