From a317216adc14a31d9f3ddc8b8871f08bea73e546 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 4 Jun 2023 21:56:25 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b47b2ff..2473b79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN git clone https://github.com/jgarff/rpi_ws281x.git \ FROM golang:alpine COPY --from=lib_builder /usr/local/lib/libws2811.a /usr/local/lib/ COPY --from=lib_builder /usr/local/include/ws2811 /usr/local/include/ws2811 - +RUN apk add git make linux-hearers cmake g++ WORKDIR /go/src/github.com/rpi-ws281x/rpi-ws281x-go COPY . . RUN GO111MODULE=off go get -d -v ./...