Dockerfile to use pipenv in Docker container.
Container images contains the following tools:
- python3
- pyenv
- venv
- pipenv
- poetry
You can pull automatically built images from following registries:
- GitLab Container Registry
- latest stable image:
registry.gitlab.com/musicscience37projects/docker/pipenv-docker
- latest stable image:
- Docker Hub
- latest stable image:
docker pull musicscience37/pipenv
- latest stable image:
For test of this project,
use ./tool.py test
command.