Skip to content

Commit af4bf51

Browse files
authored
Remove unused update flag
1 parent 80c6766 commit af4bf51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG PPA_VARIANT
77

88
# workaround interractive prompts during apt installations and install the MRS UAV System
99
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 && \
10+
apt-get update && curl https://ctu-mrs.github.io/ppa2-${PPA_VARIANT}/add_ppa.sh | bash && \
1111
apt-get --no-install-recommends -y install ros-jazzy-mrs-uav-system-full \
1212
ros-jazzy-mavros-extras gdb keyboard-configuration software-properties-common && \
1313
apt-get clean && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)