An attempt at getting image data back

This commit is contained in:
2024-07-14 00:27:33 +02:00
parent e026bc93f7
commit 6452d2e774
1314 changed files with 218350 additions and 38 deletions

View File

@@ -1,7 +1,10 @@
FROM golang:1.22.5
#FROM golang:1.22.5
FROM alpine:3.20.1
WORKDIR /app
#RUN apk update && apk add --no-cache libcamera-raspberrypi
COPY spider-host /spider-host
CMD ["/spider-host"]