1 Star 1 Fork 2

eridanus-network/sqlite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
lingnovo 提交于 2023-03-05 15:11 . first submit
FROM ubuntu:20.04
RUN apt update \
&& DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata \
&& apt install -y ca-certificates \
curl \
git \
make \
pkg-config \
libtinfo6 \
cargo
RUN cargo install marine --version 0.12.7
RUN curl -L https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-15/wasi-sdk-15.0-linux.tar.gz | tar xz -C /
VOLUME /code
WORKDIR /code
CMD make
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/eridanus-network/sqlite.git
git@gitee.com:eridanus-network/sqlite.git
eridanus-network
sqlite
sqlite
master

搜索帮助