diff --git a/centos/Dockerfile b/centos/Dockerfile
index 163f0053fa700daf488d61eaf8cff46598d8a7aa..c37cc0beb0dd6d6f445542542951f6e66451f3d6 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -315,6 +315,7 @@ RUN yum install -y \
         -D WITH_WEBP=ON -D BUILD_WEBP=OFF \
         -D WITH_ZLIB=ON -D BUILD_ZLIB=OFF \
         -D WITH_V4L=ON \
+        -D BUILD_LIST=alphamat,aruco,bgsegm,bioinspired,calib3d,ccalib,core,cudaarithm,cudabgsegm,cudafeatures2d,cudafilters,cudaimgproc,cudalegacy,cudaobjdetect,cudaoptflow,cudastereo,cudawarping,cudev,cvv,datasets,dnn,dnn_objdetect,dnn_superres,dpm,face,features2d,flann,freetype,fuzzy,gapi,hfs,highgui,img_hash,imgcodecs,imgproc,intensity_transform,line_descriptor,mcc,ml,objdetect,optflow,phase_unwrapping,photo,plot,python3,quality,rapid,reg,rgbd,saliency,shape,stereo,stitching,structured_light,superres,surface_matching,text,tracking,video,videoio,videostab,xfeatures2d,ximgproc,xobjdetect,xphoto \
         && \
     ninja -C build install && \
     cd .. && \