-
I am a hobbyist, not an expert and trying to get this excellent docker version running on my RPi. It is a slow learning process but this one has stumped me. I am guessing that I can edit the script somehow to put in a correct link to a correct ldc but have no idea where to start. Later: I am wondering if the ${ARCH} should produce something like "armhf" but just guessing. I tried |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
After making that change to the environment variable this worked:
I guess I could have just used ARCH="armhf". |
Beta Was this translation helpful? Give feedback.
After making that change to the environment variable this worked:
docker build --build-arg ARCH=${ARCH} . -t local-onedrive-rpi -f contrib/docker/Dockerfile-rpi
I guess I could have just used ARCH="armhf".