diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 372c5ac..c37de2f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -47,6 +47,7 @@ RUN \ autoconf \ automake \ bzip2 \ + cargo \ cmake \ diffutils \ g++ \ diff --git a/README.md b/README.md index 60bea76..45564c7 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **01.01.24:** - Bump libaom, fdkaac, libdrm, libvmaf, libvpl, mesa and svt-av1. +* **01.01.24:** - Add rav1e support. Bump libaom, fdkaac, libdrm, libvmaf, libvpl, mesa and svt-av1. * **06.12.23:** - Add libplacebo and libdobi to x86_64. * **05.12.23:** - Bump Mesa. Fix vdpau. Fix AMD VAAPI. * **25.11.23:** - Compile Mesa from source. Add proper Vulkan support (env var `ENABLE_VULKAN=true` no longer needed)(tested with Intel).