FROM {{ .Source }}

ARG ARG_ONE

RUN echo ${ARG_ONE} > /some_file

CMD cat /some_file

