FROM ubuntu:latest # curl RUN apt-get update \ && apt-get install -y curl rsync \ && rm -rf /var/lib/apt/lists/* CMD ["/bin/bash"]