Update 'Dockerfile'
go-rpi-ws2811-lib/pipeline/head This commit looks good Details

main
nathan 2 years ago
parent bf1a43c4e1
commit 6d9d587cb0

@ -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 \

Loading…
Cancel
Save