Open synman opened 5 years ago
I had the same problem.
I solved it, by making some dirty changes to the makefile. I changed the package properties from the jessie-part to the same values as the stretch properties. ` DEBIAN_PACKAGES = JESSIE STRETCH STRETCH_NAME := stretch STRETCH_IMAGE := golang:1.9-stretch STRETCH_GO_TAGS := gtk_3_22
JESSIE_NAME := stretch JESSIE_IMAGE := golang:1.9-stretch JESSIE_GO_TAGS := gtk_3_22 `
With this little changes I could compile the sourcecode under my debian stretch system.
which I'm sure is great if you don't want the Jessie binaries.
I would go a step further and remove JESSIE from the DEBIAN_PACKAGES line. Will cut your build time in half.
I pulled down source tonight to make some changes and found the docker image has some issues resolving apt targets. I've encountered this before (it's due to jessie getting mothballed) and figured I'd share here for others wanting to build directly on their pi with an octopi distro.
Use the following for your Dockerfile: