Update 'Dockerfile'
Some checks failed
go-rpi-ws2811-lib/pipeline/head There was a failure building this commit

This commit is contained in:
2023-06-04 21:29:59 +00:00
parent 7c92ffccd8
commit bf1a43c4e1

View File

@@ -2,7 +2,7 @@ FROM golang:alpine AS lib_builder
WORKDIR /foundry
RUN apk add git make g++
RUN apk add git make cmake g++
RUN git clone https://github.com/jgarff/rpi_ws281x.git \
&& cd rpi_ws281x \
&& mkdir build \