Added Dockerfile

This commit is contained in:
Kevin Veen-Birkenbach
2025-07-11 07:19:44 +02:00
parent 82645ba9d8
commit b7cdc34c0c
2 changed files with 45 additions and 0 deletions

View File

@@ -51,6 +51,20 @@ The `make setup` command will:
- Install required packages from `requirements.txt`.
- Execute `python main.py install` to complete the installation.
## Docker Quickstart 🐳
Alternatively to installing locally, you can use Docker: build the image with
```bash
docker build --no-cache -t pkgmgr .
```
and then run
```bash
docker run --rm pkgmgr --help
```
## Usage 📖
Run the script with different commands. For example: