Skip to content

Commit

Permalink
remove unused apt packages from base dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jarkenau committed May 3, 2024
1 parent fedea97 commit d07fabe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RUN apt-get -qq update && apt-get -qq install -y --no-install-recommends -y \
bash-completion \
autoconf \
automake \
libtool \
wget \
curl \
cmake \
Expand All @@ -32,14 +31,10 @@ RUN apt-get -qq update && apt-get -qq install -y --no-install-recommends -y \
libproj-dev \
python3-catkin-tools \
python3-osrf-pycommon \
libfile-pushd-perl \
ros-noetic-vision-msgs \
ros-noetic-geographic-msgs \
libgeographic-dev \
libfile-pushd-perl \
python3-pip \
flex \
bison \
libjsoncpp-dev \
libcurl4-openssl-dev \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit d07fabe

Please sign in to comment.