FROM ubuntu:latest RUN apt-get update && apt-get install -y curl ENTRYPOINT [ "curl" ]