From f19f1d73efa6207457de1c494ae22807f3ff5a0c Mon Sep 17 00:00:00 2001 From: thespad Date: Sat, 1 Mar 2025 21:02:48 +0000 Subject: [PATCH] Use corepack for arm builds --- Dockerfile.aarch64 | 5 +++-- readme-vars.yml | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 2b6d8e0..0278c92 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -12,7 +12,8 @@ RUN \ apt-get install -y \ nodejs \ npm && \ - npm install --global yarn && \ + npm install -g corepack && \ + corepack enable && \ ln -s /usr/lib/aarch64-linux-gnu/libz.so.1 /usr/lib/aarch64-linux-gnu/libz.so && \ echo "**** build altus ****" && \ if [ -z "${ALTUS_VERSION+x}" ]; then \ @@ -42,7 +43,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # title -ENV TITLE=Altus +ENV TITLE=Altus COPY --from=build-stage /opt/altus /opt/altus diff --git a/readme-vars.yml b/readme-vars.yml index afe79c7..e873e71 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -27,6 +27,8 @@ custom_params: opt_security_opt_param: true opt_security_opt_param_vars: - {run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker."} +readonly_supported: false +nonroot_supported: false # application setup block app_setup_block_enabled: true app_setup_block: |