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

[Bug] dpkg error installing zenoh-bridge-mqtt in Docker #35

Closed
JEnoch opened this issue Jan 25, 2024 · 0 comments
Closed

[Bug] dpkg error installing zenoh-bridge-mqtt in Docker #35

JEnoch opened this issue Jan 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@JEnoch
Copy link
Member

JEnoch commented Jan 25, 2024

Describe the bug

Similarly to eclipse-zenoh/zenoh#415 , in a Docker container the postinstall script is failing because there is no sudo nor systemctl

To reproduce

  1. docker run -it --init ubuntu
  2. apt update && apt install -y ca-certificates
  3. echo "deb [trusted=yes] https://download.eclipse.org/zenoh/debian-repo/ /" | tee -a /etc/apt/sources.list > /dev/null
  4. apt update && apt install -y zenoh-bridge-mqtt

System info

  • Docker ubuntu:latest
  • Version: 0.10.1-rc
@JEnoch JEnoch added the bug Something isn't working label Jan 25, 2024
@JEnoch JEnoch self-assigned this Jan 25, 2024
JEnoch added a commit that referenced this issue Jan 26, 2024

Verified

This commit was signed with the committer’s verified signature.
JEnoch Julien Enoch
@JEnoch JEnoch closed this as completed in a23678d Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant