mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
local dockerized build
This commit is contained in:
parent
8fa0f8a409
commit
393634a1a4
12 changed files with 93 additions and 71 deletions
12
Dockerfile
12
Dockerfile
|
|
@ -1,11 +1,15 @@
|
|||
FROM docker.io/library/alpine:edge
|
||||
|
||||
RUN apk add --no-cache \
|
||||
bash tree rustup git just cloc build-base clang20-dev \
|
||||
build-base bash tree rustup git just cloc clang20-dev \
|
||||
pipewire-jack-dev lilv-dev serd-dev
|
||||
|
||||
RUN adduser -Du1000 build
|
||||
|
||||
USER 1000
|
||||
RUN rustup-init -y
|
||||
|
||||
RUN rustup-init -y --profile minimal --default-toolchain nightly \
|
||||
&& rm -rvf "$HOME/.rustup/roolchains/*/share"
|
||||
|
||||
RUN source "$HOME/.cargo/env" \
|
||||
&& rustup install nightly \
|
||||
&& rustup default nightly \
|
||||
&& cargo version -vv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue