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
When attempting to set up Docker for ROS1 Noetic the process fails. The failure seems to be related to the use of nala as the package manager.
nala
The script should successfully set up a Docker environment for ROS1 without any errors.
The script fails, and the Docker setup for ROS1 is not completed. The error seems to occur at the step where nala is used to install packages.
# ... (in templates/docker/standard.dockerfile and /nvidia.dockerfile) ... RUN nala update -y && apt install -y nala # ...
The text was updated successfully, but these errors were encountered:
Work regarding this issue is being done on the branch update-dockerfile-for-ROS1. You can check out the progress there.
update-dockerfile-for-ROS1
Sorry, something went wrong.
please reference the PR to this issue.
This happens because nala is not available per default on 20.04
No branches or pull requests
Environment
Description
When attempting to set up Docker for ROS1 Noetic the process fails. The failure seems to be related to the use of
nala
as the package manager.Steps to Reproduce
nala
.Expected Behavior
The script should successfully set up a Docker environment for ROS1 without any errors.
Actual Behavior
The script fails, and the Docker setup for ROS1 is not completed. The error seems to occur at the step where
nala
is used to install packages.Relevant Part of the Script (for both standard and nvidia docker)
The text was updated successfully, but these errors were encountered: