mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
glibc static build
This commit is contained in:
parent
393634a1a4
commit
59372911d2
12 changed files with 62 additions and 22 deletions
15
Dockerfile
15
Dockerfile
|
|
@ -1,15 +0,0 @@
|
|||
FROM docker.io/library/alpine:edge
|
||||
|
||||
RUN apk add --no-cache \
|
||||
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 --profile minimal --default-toolchain nightly \
|
||||
&& rm -rvf "$HOME/.rustup/roolchains/*/share"
|
||||
|
||||
RUN source "$HOME/.cargo/env" \
|
||||
&& cargo version -vv
|
||||
Loading…
Add table
Add a link
Reference in a new issue