Skip to content

Commit

Permalink
feat(Docker): enable all IO modules in the Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 29, 2017
1 parent ddfc7cd commit 6aa7136
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions test/Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ RUN git clone https://github.com/InsightSoftwareConsortium/ITK.git && \
-DBUILD_TESTING:BOOL=OFF \
-DITK_LEGACY_REMOVE:BOOL=ON \
-DITK_BUILD_DEFAULT_MODULES:BOOL=OFF \
-DModule_ITKIOImageBase:BOOL=ON \
-DModule_ITKIOPNG:BOOL=ON \
-DModule_ITKIONRRD:BOOL=ON \
-DModule_ITKIONIFTI:BOOL=ON \
-DModule_ITKIOGDCM:BOOL=ON \
-DITKGroup_IO:BOOL=ON \
-DModule_IOMINC:BOOL=ON \
-DModule_ITKImageFunction:BOOL=ON \
../ITK && \
ninja && \
Expand Down

0 comments on commit 6aa7136

Please sign in to comment.