-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Docker permissions issue #997
Comments
I am going to check in ~6h and report back here. I am not at my machine now. |
@fhunleth I am not sure how to solve this
Update: for the context, I have this line in my
|
The dependency needs to be forced. Try this:
|
Building now. I will update this comment when my laptop is done heating the room 🤣 Update: @fhunleth completed successfully with the following complaint about Erlang version. Which, I assume, is not relevant to the issue at hand. I am not using asdf on my macOS, so I expected that when moving to a newer version. I am concerned about
|
This looks good. The Thank you for reporting that the build completed! |
Environment
Elixir version (
elixir -v
):Nerves environment (
mix nerves.env --info
):Additional information about your host, target hardware or environment that may help:
I suspect it might be connected to the move away from root, i.e. https://github.com/nerves-project/nerves_system_br/blob/v1.28.1/support/docker/nerves_system_br/Dockerfile#L137 vs. https://github.com/nerves-project/nerves/blob/main/lib/nerves/artifact/build_runners/docker.ex#L279. My understanding is that
chown
needs itssudo
now.Current behaviour
Expected behaviour
It compiles.
The text was updated successfully, but these errors were encountered: