Add ubuntu installer
This commit is contained in:
parent
59962589e6
commit
4223463e18
3 changed files with 14 additions and 1 deletions
10
installers/ubuntu/Dockerfile
Normal file
10
installers/ubuntu/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue