tapayne88 / marax-monitoring

Use data feed from Lelit Mara X to plot temperatures from sensors
67 stars 14 forks source link

Alpine version 3.8 needed in #1

Closed spalfreyman closed 3 years ago

spalfreyman commented 3 years ago

I was getting the following on build: ERROR: Service 'marax-adapter' failed to build : The command '/bin/sh -c chmod +x /usr/local/bin/timestamp-line' returned a non-zero code: 139

I found a similar issue attributed to a newer version of Alpine, if you set FROM alpine:3.8 it seems to work.

tapayne88 commented 3 years ago

hi @spalfreyman, apologies for the delay! I've tried a few different versions of alpine but I can't seem to replicate the issue.

Do you know what version of alpine your docker-compose pulled down?

spalfreyman commented 3 years ago

no problem, I think its an issue with running it on a Pi Zero & the later versions of alpine (and pretty much everything else) not running correctly on ARMv6 without alteration. Appologies!