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"