Skip to content

Commit

Permalink
Merge pull request #1125 from ANTsX/dockerCmakeVersion
Browse files Browse the repository at this point in the history
COMP: CMake 3.19 has problems with ITK, set version to 3.18 in Docker
  • Loading branch information
ntustison authored Dec 19, 2020
2 parents 2251ca1 + e52ceee commit 6f13702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/nul
| apt-key add - \
&& apt-add-repository -y 'deb https://apt.kitware.com/ubuntu/ bionic main' \
&& apt-get update \
&& apt-get -y install cmake
&& apt-get -y install cmake=3.18.3-0kitware1 cmake-data=3.18.3-0kitware1

ADD . /tmp/ants/source
RUN mkdir -p /tmp/ants/build \
Expand Down

0 comments on commit 6f13702

Please sign in to comment.