mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
6 lines
182 B
Bash
Executable file
6 lines
182 B
Bash
Executable file
#!/bin/sh
|
|
# SPDX-License-Identifier: 0BSD
|
|
# Chainguard/Wolfi builder-stage compile toolchain.
|
|
set -eu
|
|
|
|
apk add --no-cache build-base git pkgconf openssl-dev libffi-dev linux-headers
|