diff options
Diffstat (limited to 'docker/app/build-wiki.Dockerfile')
-rw-r--r-- | docker/app/build-wiki.Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/app/build-wiki.Dockerfile b/docker/app/build-wiki.Dockerfile deleted file mode 100644 index 92003377..00000000 --- a/docker/app/build-wiki.Dockerfile +++ /dev/null @@ -1,2 +0,0 @@ -FROM python:3.7 -RUN pip --no-cache-dir wheel --wheel-dir=/wheels "wiki @ git+https://github.com/python-discord/django-wiki.git" |