-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running on an Intel Mac #7
Comments
hey, thanks for this, didnt want to open a new issue, but wanted to know if it works on cloud VMs or shared vCPU VPS? |
I'm having the same problem:
This is from Ubuntu image under WSL2 |
i think just because of that it use VOLUME command,so just shield this two lines in dockerfile: or,change androidstudio-data to studio-data,just same as the dirname in the same path...... |
On an Intel Mac, I get an error on the line
RUN chown android:android /androidstudio-data:
. The error ischown: cannot access '/androidstudio-data': No such file or directory
. But surely the volume exists due to theVOLUME
line preceding theRUN
line?Here is the full output:
Does anyone have any clues?
The text was updated successfully, but these errors were encountered: