FROM ubuntu:20.04 MAINTAINER Tom Tyler "ttyler@perforce.com" RUN apt-get -y update RUN apt-get install -y cron RUN apt-get install -y curl RUN apt-get install -y rsync RUN apt-get install -y sudo RUN apt-get install -y vim RUN apt-get install -y wget RUN apt-get autoremove RUN apt-get clean