Add git to install images

This commit is contained in:
Matthew Penner
2020-12-28 19:32:58 -07:00
parent e6edbe3471
commit 86bad3c9c9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"
LABEL org.opencontainers.image.source="https://github.com/matthewpi/images"
LABEL org.opencontainers.image.licenses=MIT
RUN apk add --update --no-cache ca-certificates curl jq wget
RUN apk add --update --no-cache ca-certificates curl git jq wget