FROM debian:latest
ARG contents
run echo ${contents} >/tmp/file
CMD ['/bin/true']
