Skip to content
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

Fix that Dockerfile would not run with podman #4262

Merged
merged 2 commits into from
Jul 13, 2024

Conversation

r41d
Copy link
Contributor

@r41d r41d commented Jul 10, 2024

The Dockerfile would not work with Podman, the problematic lines were the ones containing the source keyword. It had to be slightly rewritten.

The SHELL command was also problematic with podman and, additionally, is not OCI compliant: containers/podman#8477

While I was at it I bumped platformio from PyPi to a newer patch level.

This PR provides identical functionality, but fixes issues with podman and OCI-compliance.

@thebentern thebentern merged commit ca2b45a into meshtastic:master Jul 13, 2024
92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants