tac: install git in tacchaind go-builder stage
The golang:alpine go-builder stage runs git clone/checkout but never installed git, causing compose build to fail with exit 127 on rpc-de-32. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -6,6 +6,7 @@ FROM golang:1.23.8-alpine3.21 AS go-builder
|
|||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
build-base \
|
build-base \
|
||||||
|
git \
|
||||||
libusb-dev \
|
libusb-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
eudev-dev
|
eudev-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user