Skip to content

Commit 2dfd17d

Browse files
committed
wrap up
1 parent 5fbdadf commit 2dfd17d

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

.docker/jazzy.arm64v8.dockerfile

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,9 @@
7878

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

84-
# Install packages (added for Ardusub)
85-
ENV DEBIAN_FRONTEND=noninteractive
86-
ENV DEBCONF_NONINTERACTIVE_SEEN=true
87-
# hadolint ignore=DL3008
88-
RUN apt-get update && \
89-
apt-get install -y --no-install-recommends \
90-
python-is-python3 python3-future python3-wxgtk4.0 python3-pexpect \
91-
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
92-
libgz-sim8-dev rapidjson-dev libopencv-dev \
93-
gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl \
94-
&& rm -rf /var/lib/apt/lists/
95-
9684
# ROS-Gazebo arg
9785
ARG BRANCH="ros2"
9886
ARG ROS_DISTRO="jazzy"
@@ -103,6 +91,16 @@ extras/ros-jazzy-binary-gz-harmonic-source-install.sh install.sh
10391
RUN bash install.sh
10492

10593
# Install Ardusub
94+
ENV DEBIAN_FRONTEND=noninteractive
95+
ENV DEBCONF_NONINTERACTIVE_SEEN=true
96+
# hadolint ignore=DL3008
97+
RUN apt-get -q update && \
98+
apt-get install -y --no-install-recommends \
99+
python-is-python3 python3-future python3-wxgtk4.0 python3-pexpect \
100+
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
101+
libgz-sim8-dev rapidjson-dev libopencv-dev \
102+
gstreamer1.0-plugins-bad gstreamer1.0-libav gstreamer1.0-gl \
103+
&& rm -rf /var/lib/apt/lists/
106104
ADD https://raw.githubusercontent.com/IOES-Lab/dave/dockertest/\
107105
extras/ardusub-ubuntu-install.sh install.sh
108106
RUN bash install.sh

0 commit comments

Comments
 (0)