Skip to content

Commit

Permalink
remove obsolete lsb_release install
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed Dec 19, 2023
1 parent 701fa8c commit ffc42e3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion gazebo/11/ubuntu/focal/gzserver11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN echo 'Etc/UTC' > /etc/timezone && \
RUN apt-get update && apt-get install -q -y --no-install-recommends \
dirmngr \
gnupg2 \
lsb-release \
&& rm -rf /var/lib/apt/lists/*


Expand Down
1 change: 0 additions & 1 deletion ros2/nightly/nightly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \
git \
gnupg2 \
libssl-dev \
lsb-release \
python3-flake8 \
python3-flake8-blind-except \
python3-flake8-builtins \
Expand Down
1 change: 0 additions & 1 deletion ros2/source/devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \
bash-completion \
dirmngr \
gnupg2 \
lsb-release \
python3-flake8 \
python3-flake8-blind-except \
python3-flake8-builtins \
Expand Down
1 change: 0 additions & 1 deletion ros2/testing/testing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN echo 'Etc/UTC' > /etc/timezone && \
RUN apt-get update && apt-get install -q -y --no-install-recommends \
dirmngr \
gnupg2 \
lsb-release \
&& rm -rf /var/lib/apt/lists/*

# setup keys
Expand Down

0 comments on commit ffc42e3

Please sign in to comment.