We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similarly to eclipse-zenoh/zenoh#415 , in a Docker container the postinstall script is failing because there is no sudo nor systemctl
postinstall
sudo
systemctl
docker run -it --init ubuntu
apt update && apt install -y ca-certificates
echo "deb [trusted=yes] https://download.eclipse.org/zenoh/debian-repo/ /" | tee -a /etc/apt/sources.list > /dev/null
apt update && apt install -y zenoh-bridge-mqtt
ubuntu:latest
The text was updated successfully, but these errors were encountered:
Debian pkg: check if systemctl exists (fix #35)
596c13e
a23678d
JEnoch
No branches or pull requests
Describe the bug
Similarly to eclipse-zenoh/zenoh#415 , in a Docker container the
postinstall
script is failing because there is nosudo
norsystemctl
To reproduce
docker run -it --init ubuntu
apt update && apt install -y ca-certificates
echo "deb [trusted=yes] https://download.eclipse.org/zenoh/debian-repo/ /" | tee -a /etc/apt/sources.list > /dev/null
apt update && apt install -y zenoh-bridge-mqtt
System info
ubuntu:latest
The text was updated successfully, but these errors were encountered: