FROM ubuntu:16.04 # Install prerequisites RUN apt-get update && apt-get install -y \ curl ENTRYPOINT ["curl", "$arg1"]