commit b89a27f7ebe8d6ab06a0e47984f60e35f215413f Author: dave Date: Sun Oct 28 14:18:58 2018 -0700 initial commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..8428905 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu:bionic + +RUN touch /foo + +