mirror of
https://github.com/Borales/actions-yarn.git
synced 2026-06-27 02:49:28 +08:00
Installing Git
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user