]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - misc/build_helpers/Dockerfile
move Dockerfile back to root. DockerHub can't handle it elsewhere.
[tahoe-lafs/tahoe-lafs.git] / misc / build_helpers / Dockerfile
diff --git a/misc/build_helpers/Dockerfile b/misc/build_helpers/Dockerfile
deleted file mode 100644 (file)
index 155ed84..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-FROM python:2.7
-
-ADD ../.. /tahoe-lafs
-RUN \
-  cd /tahoe-lafs && \
-  make && \
-  ln -vs /tahoe-lafs/bin/tahoe /usr/local/bin/tahoe
-
-WORKDIR /root