aboutsummaryrefslogtreecommitdiff
path: root/ci/test/Dockerfile
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2019-09-22 16:00:01 -0400
committerJakob Odersky <jakob@odersky.com>2019-09-22 16:15:08 -0400
commitedce0b5a9b773ea33c0b137e3f216051ea028220 (patch)
treeff2b23b9fc97024c502e05edda056ebd3bdccc69 /ci/test/Dockerfile
parent00239ffb1ce9413ab5db71a19bba619b2d4427d0 (diff)
downloadcommando-edce0b5a9b773ea33c0b137e3f216051ea028220.tar.gz
commando-edce0b5a9b773ea33c0b137e3f216051ea028220.tar.bz2
commando-edce0b5a9b773ea33c0b137e3f216051ea028220.zip
action test: setup mill
Diffstat (limited to 'ci/test/Dockerfile')
-rw-r--r--ci/test/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/test/Dockerfile b/ci/test/Dockerfile
new file mode 100644
index 0000000..00b7b89
--- /dev/null
+++ b/ci/test/Dockerfile
@@ -0,0 +1,3 @@
+FROM debian:bullseye
+
+CMD [ "echo", "hello world!"]