mirror of
https://github.com/creyD/prettier_action.git
synced 2026-04-15 21:00:35 +02:00
Fixed error "Git not found"
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
FROM node:lts-alpine3.9
|
FROM node:lts-alpine3.9
|
||||||
|
RUN apk update && apk upgrade && apk add --no-cache bash git openssh
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|||||||
Reference in New Issue
Block a user