Add curl to dockerfile

This commit is contained in:
TheiLLeniumStudios
2023-02-09 16:11:02 +00:00
parent 59a2e8261f
commit 50b3814ee1
3 changed files with 73 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 git jq
RUN apk add --no-cache git jq curl
# Use icecon instead. For some reason rcon-cli doesn't send a valid command
#ARG RCON_VERSION="0.10.2"