diff --git a/Dockerfile b/Dockerfile index 4211f1b..b47b2ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM golang:alpine AS lib_builder WORKDIR /foundry -RUN apk add git make cmake g++ +RUN apk add git make linux-headers cmake g++ RUN git clone https://github.com/jgarff/rpi_ws281x.git \ && cd rpi_ws281x \ && mkdir build \