https://github.com/johnfraney/docker-python-imagemagick7
A Docker image based on Python's Buster image that includes pipx and ImageMagick 7
https://github.com/johnfraney/docker-python-imagemagick7
Last synced: 3 months ago
JSON representation
A Docker image based on Python's Buster image that includes pipx and ImageMagick 7
- Host: GitHub
- URL: https://github.com/johnfraney/docker-python-imagemagick7
- Owner: johnfraney
- License: mit
- Created: 2024-04-04T03:07:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T13:50:09.000Z (about 1 year ago)
- Last Synced: 2025-05-03T14:36:45.467Z (about 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-python-imagemagick7


A Docker image based on Python's Buster image that includes `pipx` and ImageMagick 7.
Developed primarily to build [Blurry](https://github.com/blurry-dev/blurry) sites in GitHub actions using [`blurry-dev/actions-blurry-build`](https://github.com/blurry-dev/actions-blurry-build).
## Update
```bash
docker build --platform linux/amd64 -t docker-python-imagemagick7 .
docker tag docker-python-imagemagick7:latest johnfraney/docker-python-imagemagick7
docker push johnfraney/docker-python-imagemagick7
```