feat(installers): add tar and unzip to alpine

This commit is contained in:
Alex
2022-06-18 16:37:45 +03:00
committed by GitHub
parent 5f15c2a0c0
commit 68547991a3

View File

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