summaryrefslogtreecommitdiff
path: root/test/docker/Dockerfile-ubuntu14
diff options
context:
space:
mode:
Diffstat (limited to 'test/docker/Dockerfile-ubuntu14')
-rw-r--r--test/docker/Dockerfile-ubuntu1413
1 files changed, 0 insertions, 13 deletions
diff --git a/test/docker/Dockerfile-ubuntu14 b/test/docker/Dockerfile-ubuntu14
deleted file mode 100644
index a1086add..00000000
--- a/test/docker/Dockerfile-ubuntu14
+++ /dev/null
@@ -1,13 +0,0 @@
-FROM vskytta/bash-completion:ubuntu14
-
-# When adding new completions, install packages desired for their testing here
-# in case they're not in the base image, and remove later when the base image
-# has caught up.
-#RUN apt-get update \
-# && \
-# DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
-# some-package
-
-WORKDIR /work
-COPY . .
-CMD ["bash"]