Update 'Dockerfile'
rgbarmlib64/pipeline/head There was a failure building this commit Details

master
nathan 2 years ago
parent ec25ef0aeb
commit b2876b8bf6

@ -3,7 +3,7 @@ FROM golang:alpine
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY . . COPY . .
#RUN apt-get install -y git #RUN apt-get install -y git
RUN apk add git make RUN apk add git make g++
RUN go mod tidy -e RUN go mod tidy -e
RUN go mod vendor RUN go mod vendor
WORKDIR /usr/src/app/vendor/rpi-rgb-led-matrix/ WORKDIR /usr/src/app/vendor/rpi-rgb-led-matrix/

Loading…
Cancel
Save