Skip to content

Commit

Permalink
Merge pull request #4 from MMetelko/ros2
Browse files Browse the repository at this point in the history
Update Dockerfile to build in Ubuntu 22.04, MacOS and Windows 11 envi…
  • Loading branch information
mkimsri authored Jul 17, 2024
2 parents 92a1dc1 + fa3f332 commit b69553f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN colcon mixin add default \

# install ros2 dashing
RUN apt-get update -y
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get install -y ros-foxy-desktop

# install basics
Expand All @@ -86,6 +87,7 @@ RUN pip3 install tarjan pyyaml pydot
RUN apt-get install -y software-properties-common
RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt install -y python3.6
RUN apt install -y python3.6-distutils
RUN python3.6 -m pip install tarjan
RUN apt-get install -y default-jdk

Expand Down
1 change: 1 addition & 0 deletions examples/ardupilot/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
pip3 install tarjan pyyaml pydot
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install -y python3.6
sudo apt install -y python3.6-distutils
python3.6 -m pip install tarjan
cd ~
git clone https://github.com/SRI-CSL/radler.git
Expand Down

0 comments on commit b69553f

Please sign in to comment.