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