diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..2d67851 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM rethinkdb + +# just add npm and recli +RUN apt update && apt install -y npm git +RUN npm i -g git://github.com/superloach/recli