diff --git a/debian/wp-org-deploy/Dockerfile b/debian/wp-org-deploy/Dockerfile
deleted file mode 100644
index ece152050fd7021a7dbf7b0e757d241c22bda4ef..0000000000000000000000000000000000000000
--- a/debian/wp-org-deploy/Dockerfile
+++ /dev/null
@@ -1,16 +0,0 @@
-FROM debian:stretch-slim
-
-LABEL maintainer="ethitter"
-LABEL version="1.0"
-
-RUN echo "deb http://security.debian.org/ stretch/updates main" >> /etc/apt/sources.list
-
-RUN apt-get update \
-    && apt-get -y --no-install-recommends install \
-        ca-certificates \
-        curl \
-        git \
-        rsync \
-        subversion \
-    && apt-get clean \
-    && rm -rf /var/lib/apt/lists/*