Install git in container

This commit is contained in:
TheiLLeniumStudios
2023-02-06 10:22:28 +00:00
parent 77dae0e5e8
commit 475c3b5ce7
2 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Container image that runs your code
FROM alpine:3.17
RUN apk add --no-cache curl tar
RUN apk add --no-cache curl tar git
ARG RCON_VERSION="0.10.2"
+19
View File
@@ -1,2 +1,21 @@
# fivem-resource-watcher
This action prints "Hello World" or "Hello" + the name of a person to greet to the log.
## Inputs
## `who-to-greet`
**Required** The name of the person to greet. Default `"World"`.
## Outputs
## `time`
The time we greeted you.
## Example usage
uses: actions/hello-world-docker-action@v2
with:
who-to-greet: 'Mona the Octocat'