forked from KonghaYao/cn-font-split
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rfct(crates/lang_unicodes): migrate to opencc-rust
- Loading branch information
Showing
10 changed files
with
394 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
FROM konghayao123/best-cn-dev-container:1.1.0 | ||
RUN apt install -y llvm clang pkg-config libssl-dev | ||
RUN apt install -y protobuf-compiler && protoc --version | ||
RUN apt install -y opencc && opencc --version | ||
RUN bash /init/rust.sh | ||
ENV RUSTUP_DIST_SERVER="https://rsproxy.cn" | ||
ENV RUSTUP_UPDATE_ROOT="https://rsproxy.cn/rustup" | ||
RUN /root/.cargo/bin/rustup target add wasm32-wasip1 | ||
COPY wasi-install.sh /init/ | ||
RUN . /init/wasi-install.sh | ||
COPY wasm-opt-install.sh /init/ | ||
RUN . /init/wasm-opt-install.sh | ||
RUN . /init/wasm-opt-install.sh |
Oops, something went wrong.