Skip to content

Commit

Permalink
Merge pull request #1488 from zzzhangqi/installrke2
Browse files Browse the repository at this point in the history
fix: err link
  • Loading branch information
zzzhangqi authored Sep 10, 2024
2 parents e695398 + 4cac481 commit ba76aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.allinone
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ RUN mkdir -p /app/logs /app/data /root/.ssh && \
mv /app/ui/rainbond.conf /etc/supervisor/conf.d/rainbond.conf && \
apt-get update && apt-get install wget -y && \
if [ ${ARCH} = "arm64" ] || [ ${ARCH} = "aarch64" ]; then \
wget -O /app/ui/helm "https://pkg.goodrain.com/pkg/helm/v3.10.1/helm-arm64" && chmod +x /app/ui/helm && mv /app/ui/helm /usr/local/bin; \
wget -O /usr/local/bin/helm "https://pkg.goodrain.com/pkg/helm/v3.10.1/helm-arm64" && chmod +x /usr/local/bin/helm; \
else \
wget https://goodrain-pkg.oss-cn-shanghai.aliyuncs.com/pkg/helm && chmod +x helm && mv helm /usr/local/bin; \
wget -O /usr/local/bin/helm "https://pkg.goodrain.com/pkg/helm/v3.10.1/helm" && chmod +x /usr/local/bin/helm; \
fi && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit ba76aef

Please sign in to comment.