RandomNinjaAtk / docker-lidarr-extended

lidarr-extended :: Lidarr application packaged with multiple scripts to provide additional functionality
GNU General Public License v3.0
275 stars 24 forks source link

Building Image from ARMv8 dockerfile on RaspberryPi/Portainer - /root not found. #252

Closed hockeygoalie35 closed 1 year ago

hockeygoalie35 commented 1 year ago

Running Raspbain on a raspberry pi. When trying to build the image file in portainer with the dockerfile, I get the following error:

Step 41/44 : COPY root/ / COPY failed: file not found in build context or excluded by .dockerignore: stat root/: file does not exist

hockeygoalie35 commented 1 year ago

This ended up being a Portainer issue. Once I git cloned the whole directory and built the image in the command line, I didn't have an issue.