Skip to content

Commit

Permalink
wrap up
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Sep 10, 2024
1 parent 5fbdadf commit 2dfd17d
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,9 @@

# Using the pre-built image for above commented out dockerfile code lines
# hadolint ignore=DL3007
FROM --platform=linux/arm64 woensugchoi/ubuntu-arm-rdp-base:latest
FROM woensugchoi/ubuntu-arm-rdp-base:latest
ARG USER=docker

# Install packages (added for Ardusub)
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN=true
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get install -y --no-install-recommends \
python-is-python3 python3-future python3-wxgtk4.0 python3-pexpect \
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
libgz-sim8-dev rapidjson-dev libopencv-dev \
gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl \
&& rm -rf /var/lib/apt/lists/

# ROS-Gazebo arg
ARG BRANCH="ros2"
ARG ROS_DISTRO="jazzy"
Expand All @@ -103,6 +91,16 @@ extras/ros-jazzy-binary-gz-harmonic-source-install.sh install.sh
RUN bash install.sh

# Install Ardusub
ENV DEBIAN_FRONTEND=noninteractive
ENV DEBCONF_NONINTERACTIVE_SEEN=true
# hadolint ignore=DL3008
RUN apt-get -q update && \
apt-get install -y --no-install-recommends \
python-is-python3 python3-future python3-wxgtk4.0 python3-pexpect \
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
libgz-sim8-dev rapidjson-dev libopencv-dev \
gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl \
&& rm -rf /var/lib/apt/lists/
ADD https://raw.githubusercontent.com/IOES-Lab/dave/dockertest/\
extras/ardusub-ubuntu-install.sh install.sh
RUN bash install.sh
Expand Down

0 comments on commit 2dfd17d

Please sign in to comment.