diff --git a/Dockerfile b/Dockerfile index 40daf4d..e1d8fca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,6 +38,7 @@ RUN --mount=type=cache,id=builder-apk,target=/var/cache/apk,sharing=locked \ build-base \ cargo \ cmake \ + curl \ git \ libffi-dev \ musl-dev \ diff --git a/README.md b/README.md index 8ac7024..fdd3354 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ handles UID/GID mapping at runtime. - [`ffmpeg`](https://github.com/FFmpeg/FFmpeg) - [`chromaprint`](https://github.com/acoustid/chromaprint) (provides `fpcalc` to [`chroma`](https://beets.readthedocs.io/en/latest/plugins/chroma.html)) +- [`curl`](https://curl.se/) - [`imagemagick`](https://github.com/ImageMagick/ImageMagick) - [`jq`](https://github.com/jqlang/jq) - [`yq`](https://github.com/mikefarah/yq)