Skip to content

Commit

Permalink
feat(installers): add tar and unzip to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
trenutoo authored Jun 18, 2022
1 parent 5f15c2a commit 6854799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ LABEL author="Matthew Penner" maintainer="[email protected]"
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

0 comments on commit 6854799

Please sign in to comment.