There was an error while loading. Please reload this page.
1 parent 80c6766 commit af4bf51Copy full SHA for af4bf51
1 file changed
docker/Dockerfile
@@ -7,7 +7,7 @@ ARG PPA_VARIANT
7
8
# workaround interractive prompts during apt installations and install the MRS UAV System
9
RUN echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections && \
10
- apt-get -y update && curl https://ctu-mrs.github.io/ppa2-${PPA_VARIANT}/add_ppa.sh | bash && \
+ apt-get update && curl https://ctu-mrs.github.io/ppa2-${PPA_VARIANT}/add_ppa.sh | bash && \
11
apt-get --no-install-recommends -y install ros-jazzy-mrs-uav-system-full \
12
ros-jazzy-mavros-extras gdb keyboard-configuration software-properties-common && \
13
apt-get clean && rm -rf /var/lib/apt/lists/*
0 commit comments