mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-04-03 19:22:17 +08:00
Installing Git
This commit is contained in:
parent
b7233e8545
commit
4d9b2c0dc6
@ -1,5 +1,6 @@
|
||||
FROM node:10.16-alpine
|
||||
|
||||
RUN apk add --no-cache git
|
||||
COPY "entrypoint.sh" "/entrypoint.sh"
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["help"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user