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

main
nathan 2 years ago
parent 34134e43a7
commit 7c92ffccd8

@ -2,10 +2,6 @@ FROM golang:alpine AS lib_builder
WORKDIR /foundry WORKDIR /foundry
RUN apt-get update -y && apt-get install -y \
build-essential \
cmake \
git
RUN apk add git make g++ RUN apk add git make 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 \

Loading…
Cancel
Save