Yolks/installers/ubuntu/Dockerfile
2024-09-04 18:40:35 -07:00

10 lines
No EOL
286 B
Docker

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