10 lines
No EOL
286 B
Docker
10 lines
No EOL
286 B
Docker
FROM ubuntu: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 |