From 93b676062fb985cb20ddeb4694150923b7d333b7 Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Mon, 6 Jun 2022 18:52:37 -0500 Subject: [PATCH] Add docker to build instructions --- BUILDING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index bad8377..fbc51bf 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -53,4 +53,11 @@ x86_64-linux-musl-gcc target/x86_64-unknown-linux-musl/release/distant At the moment, this is not possible to build on M1 Macs: https://github.com/FiloSottile/homebrew-musl-cross/issues/23 +## Using Docker +From the root of the repository, run the below, replacing `VERSION` with a +version like `0.16.4`: + +```bash +docker build -t chipsenkbeil/distant:VERSION . +```