Update 'Dockerfile'
All checks were successful
go-rpi-ws2811-lib/pipeline/head This commit looks good
All checks were successful
go-rpi-ws2811-lib/pipeline/head This commit looks good
This commit is contained in:
@@ -2,7 +2,7 @@ FROM golang:alpine AS lib_builder
|
|||||||
|
|
||||||
WORKDIR /foundry
|
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 \
|
RUN git clone https://github.com/jgarff/rpi_ws281x.git \
|
||||||
&& cd rpi_ws281x \
|
&& cd rpi_ws281x \
|
||||||
&& mkdir build \
|
&& mkdir build \
|
||||||
|
|||||||
Reference in New Issue
Block a user