Add alpine installer

This commit is contained in:
zontreck 2024-09-04 18:34:15 -07:00
parent f557e20cae
commit b43064b5fc
3 changed files with 42 additions and 1 deletions

View file

@ -0,0 +1,6 @@
FROM alpine:latest
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
LABEL upstream="https://github.com/pelican-eggs/yolks"
RUN apk add --update --no-cache ca-certificates curl unzip tar git jq wget zip