mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-23 00:31:04 +08:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4965e1a0f0 | |||
| 2c3d31468d |
+2
-1
@@ -1,6 +1,7 @@
|
||||
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 --force yarn
|
||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["help"]
|
||||
|
||||
Reference in New Issue
Block a user