diff --git a/tac/tacchaind.Dockerfile b/tac/tacchaind.Dockerfile index c3a44760..cc343124 100644 --- a/tac/tacchaind.Dockerfile +++ b/tac/tacchaind.Dockerfile @@ -6,6 +6,7 @@ FROM golang:1.23.8-alpine3.21 AS go-builder RUN apk add --no-cache \ ca-certificates \ build-base \ + git \ libusb-dev \ linux-headers \ eudev-dev