Skip to content

Commit

Permalink
Backports no longer needed after the Ubuntu upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
forderud committed Dec 4, 2022
1 parent d583e06 commit 72768d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ RUN apt-get update && apt-get -y install \
libeigen3-dev \
libboost-dev

# Activate backports for more recent version of CMake
RUN echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/backports.list && apt-get update
RUN apt-get -t buster-backports -y install cmake # from https://packages.debian.org/buster-backports/cmake

# Make symlinks to avoid adding /usr/include to include dirs.
RUN mkdir -p /project/dependencies/include && mkdir -p /project/dependencies/lib && \
ln -s /usr/include/boost /project/dependencies/include/boost && \
Expand Down

0 comments on commit 72768d8

Please sign in to comment.