From c413a2302d88af58d18b27d86ca0afab037e61b4 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 3 Sep 2023 01:25:07 -0400 Subject: [PATCH] nailing it --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6f26dd5..a1e57fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,6 @@ WORKDIR /usr/src/app/depends/rpi-rgb-led-matrix/ #RUN git submodule update --init RUN make WORKDIR /usr/src/app -RUN go install -v ./... +#RUN go install -v ./... RUN cp /usr/src/app/depends/rpi-rgb-led-matrix/include/* /usr/local/include RUN cp /usr/src/app/depends/rpi-rgb-led-matrix/lib/* /usr/local/lib