Update 'Dockerfile'
Some checks failed
rgbarmlib64/pipeline/head There was a failure building this commit

This commit is contained in:
2023-01-15 02:51:39 +00:00
parent cb929d7a28
commit ec25ef0aeb

View File

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