Add explanation comments on the build system files
This commit is contained in:
parent
06f038eced
commit
49102f6332
70 changed files with 109 additions and 47 deletions
|
@ -1,3 +1,5 @@
|
|||
# Configuration file to install the recipe dependencies inside the Podman container
|
||||
|
||||
FROM debian:bookworm-20240513-slim
|
||||
|
||||
# _UID_ must be replaced with the user's uid on host
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#/usr/bin/env bash
|
||||
# This script install the Rust toolchain and the build system dependencies
|
||||
# in Podman after the image has been built
|
||||
|
||||
# Install Rust in Podman, after the image has been built
|
||||
#/usr/bin/env bash
|
||||
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
|
||||
cargo +stable install --force --version 0.1.1 cargo-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue