From 3793ce015dd735ac61f2999f022ff68656bb12d4 Mon Sep 17 00:00:00 2001
From: Leopere <colin@nixc.us>
Date: Sun, 30 Sep 2018 16:32:03 -0400
Subject: [PATCH] Adding placeholder Dockerfile The intent of this Dockerfile
 is to eventually contain the Lbrynet-daemon build process.

---
 lbrynet-daemon/compile/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 lbrynet-daemon/compile/Dockerfile

diff --git a/lbrynet-daemon/compile/Dockerfile b/lbrynet-daemon/compile/Dockerfile
new file mode 100644
index 0000000..62e2ac0
--- /dev/null
+++ b/lbrynet-daemon/compile/Dockerfile
@@ -0,0 +1,2 @@
+## Convert this guide into a Dockerfile, have it spit out the compiled output.
+## https://github.com/lbryio/lbry/blob/master/INSTALL.md