summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile22
1 files changed, 0 insertions, 22 deletions
diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 07bce1b67..000000000
--- a/Dockerfile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Docker image for running BuildStream
-# ====================================
-#
-# This image has BuildStream and its dependencies installed in /usr.
-# See Dockerfile-build.sh for the full build instructions.
-#
-# To build it, run this command from the current directory:
-#
-# docker build --tag=buildstream:latest .
-#
-# The build takes a long time because it has to download lots of packages using
-# DNF.
-
-
-FROM fedora:26
-
-ADD Dockerfile-build.sh /root/Dockerfile-build.sh
-RUN bash /root/Dockerfile-build.sh
-
-# Work around https://github.com/fedora-cloud/docker-brew-fedora/issues/14
-ENV LANG C.UTF-8
-ENV LC_ALL C.UTF-8