1
0
Fork 0
forked from lthn/blockchain

Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Snider 2025-10-05 13:27:26 +01:00 committed by GitHub
parent 1f3c167427
commit 1674deb771
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
# use --target=builder to return a docker image able to compile the software, probbly used with -v .:/code
# use --target=builder to return a docker image able to compile the software, probably used with -v .:/code
FROM ubuntu:24.04 AS builder
LABEL authors="snider"
ARG BUILD_THREADS=1