Skip to content

Commit

Permalink
Stop hardcoding Boost version.
Browse files Browse the repository at this point in the history
  • Loading branch information
forderud committed Dec 4, 2022
1 parent 53ef49f commit f9ce3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ COPY --from=qtbuilder /usr/local/Qt-5.15.2/ /usr/local/Qt-5.15.2/
RUN apt-get update && apt-get -y install \
libtool-bin \
libeigen3-dev \
libboost1.67-dev # https://packages.debian.org/buster/libboost-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
Expand Down

0 comments on commit f9ce3db

Please sign in to comment.