FROM      ubuntu:latest

# Copy multiple source files into the container

ADD	src1 src2      /tmp/
