mindrunner/docker-android-sdk

opt/android-sdk-linux/tools: no such file or directory

hasbisevinc opened this issue · 2 comments

COPY tools /opt/tools

I get this error on line 39. how can I fix? thank you

error:
Step 11 : COPY /opt/android-sdk-linux/tools /opt/tools
INFO[0000] opt/android-sdk-linux/tools: no such file or directory

running on root fixed my problem
sudo docker build -f ubuntu/lazydl/Dockerfile .

I wonder why this happens to you as a non-root user. It sounds for me like a local permissions issue. Let me know if you want to dig deeper into this.