From 68547991a3759cc12dc3dd259d68ac436879bf65 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 18 Jun 2022 16:37:45 +0300 Subject: [PATCH] feat(installers): add tar and unzip to alpine --- installers/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/alpine/Dockerfile b/installers/alpine/Dockerfile index a5b6b81f3..6ecc6cb5a 100644 --- a/installers/alpine/Dockerfile +++ b/installers/alpine/Dockerfile @@ -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