diff --git a/Dockerfile b/Dockerfile
index c91b20f..c147c30 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,6 +34,7 @@ RUN \
     qttools5-dev-tools && \
   echo "**** install runtime dependencies ****" && \
   apt-get install -y --no-install-recommends \
+    kimageformat-plugins \
     libexiv2-27 \
     libheif1 \
     libopencv-core4.5d \
diff --git a/README.md b/README.md
index 6e8ea87..688297b 100644
--- a/README.md
+++ b/README.md
@@ -221,4 +221,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
 
 ## Versions
 
+* **10.12.22:** - Add support for AVIF and JPEG XL.
 * **12.10.22:** - Initial Release.