Skip to content

Commit

Permalink
Merge pull request #185 from jumpserver/dev
Browse files Browse the repository at this point in the history
fix: 修正多架构构建错误
  • Loading branch information
wojiushixiaobai authored Sep 22, 2023
2 parents fbe1e7b + c825bd2 commit 89c76c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allinone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN set -ex \
fi; \
wget -O /opt/rust.tar.gz "${rustUrl}/rust-${RUST_VERSION}-${rustArch}-unknown-linux-gnu.tar.xz"; \
tar -xf /opt/rust.tar.gz -C /opt/rust-install --strip-components=1; \
cd /opt/rust-install && ./install.sh \
cd /opt/rust-install && ./install.sh; \
cd /opt && rm -rf /opt/rust-install /opt/rust.tar.gz; \
fi

Expand Down

0 comments on commit 89c76c4

Please sign in to comment.