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

Issue with Nala Package Manager When Setting Up Docker for ROS1 Noetic #201

Closed
joseriyancyriac opened this issue Apr 11, 2024 · 3 comments
Closed

Comments

@joseriyancyriac
Copy link
Contributor

joseriyancyriac commented Apr 11, 2024

Environment

  • Host OS: Ubuntu 22.04
  • Target Docker Environment: Ubuntu 20.04
  • ROS Version: ROS1 Noetic

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

  1. Run the script to set up Docker for ROS1 Noetic given here
  2. Observe that the script fails when executing the commands that involve 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)

# ... (in templates/docker/standard.dockerfile and /nvidia.dockerfile) ...
RUN nala update -y && apt install -y nala
# ...
@joseriyancyriac
Copy link
Contributor Author

Work regarding this issue is being done on the branch update-dockerfile-for-ROS1. You can check out the progress there.

@destogl
Copy link
Member

destogl commented Apr 18, 2024

please reference the PR to this issue.

@destogl
Copy link
Member

destogl commented Apr 18, 2024

This happens because nala is not available per default on 20.04

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

No branches or pull requests

3 participants