change to self hosted
This commit is contained in:
parent
5c857e4315
commit
9790a05d35
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
# FROM varunsridharan/actions-alpine:latest
|
||||
FROM alpine:3.18
|
||||
ADD https://raw.githubusercontent.com/varunsridharan/actions-toolkit/master/setup-alpine.sh /
|
||||
RUN chmod uga+x /setup-alpine.sh
|
||||
RUN sh /setup-alpine.sh
|
||||
|
||||
RUN apk add python3
|
||||
|
||||
|
|
Loading…
Reference in a new issue