initial commit
This commit is contained in:
commit
c72f5db673
2 changed files with 11 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM alpine
|
||||
|
||||
RUN apk add --no-cache ca-certificates nodejs bash wget
|
||||
|
||||
RUN wget https://get.opentofu.org/install-opentofu.sh -O install-opentofu.sh && \
|
||||
chmod +x install-opentofu.sh && \
|
||||
./install-opentofu.sh --install-method apk && rm -f install-opentofu.sh
|
||||
|
||||
ENTRYPOINT [ "/bin/bash" ]
|
2
README.md
Normal file
2
README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# forgejo-runner-opentofu
|
||||
|
Loading…
Add table
Reference in a new issue