Update 'Dockerfile'
go-rpi-ws2811-lib/pipeline/head Build queued... Details
rgbarmlib64/pipeline/head Something is wrong with the build of this commit Details

master
nathan 2 years ago
parent b2876b8bf6
commit 914078cd22

@ -6,6 +6,7 @@ COPY . .
RUN apk add git make g++
RUN go mod tidy -e
RUN go mod vendor
RUN mkdir -p /usr/local/include
WORKDIR /usr/src/app/vendor/rpi-rgb-led-matrix/
RUN git submodule update --init
RUN make

Loading…
Cancel
Save