1 Star 0 Fork 0

codes_test/oblivion-rust

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 273 Bytes
一键复制 编辑 原始数据 按行查看 历史
苏向夜 提交于 2024-09-18 11:09 +08:00 . refactor: lint code and add ci check (#66)
FROM ubuntu:22.04
RUN mkdir /root/.cargo
COPY ./ /root/oblivion-rust
COPY ./rsproxy.config /root/.cargo/config
COPY ./ubuntu.list /etc/apt/source.list
RUN apt-get update && apt-get install rustc cargo -y
WORKDIR /root/oblivion-rust
ENTRYPOINT ["cargo", "run", "--release"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codes_test/oblivion-rust.git
git@gitee.com:codes_test/oblivion-rust.git
codes_test
oblivion-rust
oblivion-rust
dependabot/cargo/anyhow-1.0.97

搜索帮助