Add alpine installer
This commit is contained in:
parent
f557e20cae
commit
b43064b5fc
3 changed files with 42 additions and 1 deletions
6
installers/alpine/Dockerfile
Normal file
6
installers/alpine/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue