git.delta.rocks / jrsonnet / refs/commits / cee13e8c8153

difftreelog

source

build/Dockerfile296 Bsourcehistory
1FROM alpine:edge23RUN apk add --no-cache \4	gcc \5	make \6	g++ \7	curl \8	cmake \9	clang \10	linux-headers11RUN apk add --no-cache rustup && rustup-init --default-toolchain nightly -y -t wasm32-wasi12ENV PATH /root/.rustup/toolchains/nightly-x86_64-unknown-linux-musl/bin/:/root/.cargo/bin/:${PATH}