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

master
nathan 2 years ago
parent 035101fe03
commit cb929d7a28

@ -1,8 +1,9 @@
FROM golang:1.18.3-buster as builder
#FROM golang:1.18.3-buster as builder
FROM golang:alpine
WORKDIR /usr/src/app
COPY . .
RUN apt-get install -y git
#RUN apt-get install -y git
RUN apk add git
RUN go mod tidy -e
RUN go mod vendor
WORKDIR /usr/src/app/vendor/rpi-rgb-led-matrix/

Loading…
Cancel
Save