Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Sep 9, 2024
1 parent e4ba69f commit 430fa3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ FROM --platform=linux/arm64 woensugchoi/ubuntu-arm-rdp-base:latest
ARG USER=docker

# Install packages (added for Ardusub)
ENV DEBIAN_FRONTEND noninteractive
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 \
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \
rm -rf /var/lib/apt/lists/
&& rm -rf /var/lib/apt/lists/

# ROS-Gazebo arg
ARG BRANCH="ros2"
Expand Down

0 comments on commit 430fa3e

Please sign in to comment.