diff --git a/Dockerfile b/Dockerfile index 9762ee5..656f0b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,6 +73,7 @@ RUN \ echo "**** install packages ****" && \ apk add --no-cache \ 7zip \ + boost1.84-filesystem \ boost1.84-json \ libxml2 \ libxslt \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index a35c5b3..9d07ab8 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -73,6 +73,7 @@ RUN \ echo "**** install packages ****" && \ apk add --no-cache \ 7zip \ + boost1.84-filesystem \ boost1.84-json \ libxml2 \ libxslt \ diff --git a/README.md b/README.md index 2b0c306..fd8d725 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **01.09.25:** - Add new dependency for boost filesystem. * **05.07.25:** - Rebase to Alpine 3.22. * **24.12.24:** - Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads. * **31.05.24:** - Rebase to Alpine 3.20. diff --git a/readme-vars.yml b/readme-vars.yml index 656626a..2bce7c0 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -95,6 +95,7 @@ init_diagram: | "nzbget:latest" <- Base Images # changelog changelogs: + - {date: "01.09.25:", desc: "Add new dependency for boost filesystem."} - {date: "05.07.25:", desc: "Rebase to Alpine 3.22."} - {date: "24.12.24:", desc: "Rebase to Alpine 3.21. Move MainDir to /config, leave default DestDir/InterDir as /downloads."} - {date: "31.05.24:", desc: "Rebase to Alpine 3.20."}