aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/build-wiki.Dockerfile
blob: 920033778a677730577e0d51647ed9da00d21b63 (plain) (blame)
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"