on the pi4 it went without a hitch but on the zero i get this (tried 3 times so far) and it also ends the ssh session....
Code: Select all
Setting up Dashticz on port 8082
Starting make process ...
Checking container dtv3-8082
Checking port 8082
sudo docker build --build-arg tz="Europe/Madrid" -t dtv3-8082 .
Sending build context to Docker daemon 120.3MB
Step 1/4 : FROM php:apache
---> 1c4fcc5e4a24
Step 2/4 : ARG tz="Europe/Amsterdam"
---> Using cache
---> 2327cdddb240
Step 3/4 : RUN printf "[PHP]\ndate.timezone = $tz\n" > /usr/local/etc/php/conf.d/tzone.ini
---> Running in 4ad5d62890d0
The command '/bin/sh -c printf "[PHP]\ndate.timezone = $tz\n" > /usr/local/etc/php/conf.d/tzone.ini' returned a non-zero code: 139
make: *** [Makefile:51: start] Error 139
Error during Make. Exiting
Connection to 192.168.1.153 closed.