From 77b1fdf8b3f5bc71c0929ec64a0b14ab079f013e Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 6 Feb 2024 19:24:39 -0800 Subject: [PATCH] add notes on chinese version and fix wpspdf --- Dockerfile | 3 +++ README.md | 9 +++++++++ readme-vars.yml | 5 ++++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4b53fb..8cd6717 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,9 @@ RUN \ /tmp/fonts/ --strip-components=1 && \ cd /tmp/fonts && \ bash install.sh && cd / && \ + ln -s \ + /usr/lib/x86_64-linux-gnu/libtiff.so.6.0.0 \ + /usr/lib/x86_64-linux-gnu/libtiff.so.5 && \ echo "**** openbox tweaks ****" && \ sed -i \ 's/NLMC/NLIMC/g' \ diff --git a/README.md b/README.md index efc7726..2c54fcb 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,15 @@ The architectures supported by this image are: | arm64 | ❌ | | | armhf | ❌ | | +## Version Tags + +This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags. + +| Tag | Available | Description | +| :----: | :----: |--- | +| latest | ✅ | Standard English release | +| chinese | ✅ | Simplified Chinese version | + ## Application Setup The application can be accessed at: diff --git a/readme-vars.yml b/readme-vars.yml index b29c82b..92c8283 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -13,7 +13,10 @@ available_architectures: - { arch: "{{ arch_x86_64 }}", tag: "latest"} # development version -development_versions: false +development_versions: true +development_versions_items: + - { tag: "latest", desc: "Standard English release" } + - { tag: "chinese", desc: "Simplified Chinese version" } # container parameters common_param_env_vars_enabled: true