mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
7 lines
236 B
Bash
Executable file
7 lines
236 B
Bash
Executable file
#!/bin/sh
|
|
# SPDX-License-Identifier: 0BSD
|
|
# Alpine builder-stage compile toolchain for uv sync and LXST musl bake.
|
|
set -eu
|
|
|
|
apk upgrade --no-cache
|
|
apk add --no-cache gcc g++ musl-dev linux-headers python3-dev libffi-dev openssl-dev git
|