Files
backstage/tools/cookiecutter/Dockerfile
T

3 lines
129 B
Docker

FROM python:3.8-slim
RUN pip install cookiecutter==1.7.0 --index-url https://pypi.python.org/simple
ENTRYPOINT [ "cookiecutter" ]