Skip to content

Commit

Permalink
Use corepack for arm builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Mar 1, 2025
1 parent 8627472 commit f19f1d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f19f1d7

Please sign in to comment.