Use alpine instead of ubuntu so the build is faster (#14)
This commit is contained in:
committed by
Vanessasaurus
parent
ca8460101c
commit
b94f438ea0
@@ -1,4 +1,4 @@
|
|||||||
FROM debian:jessie-slim
|
FROM alpine
|
||||||
|
|
||||||
# docker build -t vanessa/pull-request-action .
|
# docker build -t vanessa/pull-request-action .
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ LABEL "com.github.actions.description"="Create a pull request when a branch is c
|
|||||||
LABEL "com.github.actions.icon"="activity"
|
LABEL "com.github.actions.icon"="activity"
|
||||||
LABEL "com.github.actions.color"="yellow"
|
LABEL "com.github.actions.color"="yellow"
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y jq curl wget git
|
RUN apk --no-cache add curl wget git bash jq
|
||||||
COPY pull-request.sh /pull-request.sh
|
COPY pull-request.sh /pull-request.sh
|
||||||
|
|
||||||
RUN chmod u+x /pull-request.sh
|
RUN chmod u+x /pull-request.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user