diff -r 06b955c7b673 -r 0d1bd8c1cf85 lib/10-copy-source.docker --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lib/10-copy-source.docker Tue Aug 25 15:30:13 2015 +0200 @@ -0,0 +1,12 @@ + +# add current working copy +COPY exim/ /home/eximtest/exim/ + +# add additional files +# (sudoers, Local/Makefile) +COPY platforms//root/ / + +# prepare the build - files need to be owned +# by eximtest +WORKDIR /home/eximtest +RUN chown -R eximtest: .