Add ubuntu installer

This commit is contained in:
zontreck 2024-09-04 18:40:35 -07:00
parent 59962589e6
commit 4223463e18
3 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,10 @@
FROM alpine:latest
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
LABEL upstream="https://github.com/pelican-eggs/yolks"
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update
RUN apt-get upgrade -y
RUN apt-get install -y ca-certificates curl git unzip zip tar jq wget