FROM debian:buster-slim ARG NAME RUN touch foo.txt RUN echo $NAME >> foo.txt CMD ["nginx", "-g", "daemon off;"]