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