Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add pyyaml for management of docker-compose yaml files #1890

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

deverickapollo
Copy link
Contributor

@deverickapollo deverickapollo commented Aug 8, 2024

Summary
This PR adds the python3-yaml package as a dependency in UmbrelOS. The addition of this package is necessary to manage Docker-Compose YAML files effectively within UmbrelOS.

Changes
Added python3-yaml to the list of essential system utilities installed during the OS build process.
Removed duplicate installs of python3.

Reasoning
The python3-yaml package is required for parsing and managing YAML files, which are commonly used for Docker-Compose configurations. By including this package, we ensure UmbrelOS can handle Docker-Compose YAML files out of the box, improving the overall functionality and app developer experience.

Testing
❌ Built UmbrelOS with the updated Dockerfile.
❌ Verified that python3-yaml is installed and functional.
✅ Tested Docker-Compose YAML file management to ensure compatibility and functionality.

Notes
No breaking changes are introduced with this PR. The addition of python3-yaml is backward-compatible and should not affect existing functionality.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant