File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -136,22 +136,15 @@ RUN echo "" && \
136136    sed -i "1i#\! /usr/bin/env bash"  /usr/src/redis/modules/redisearch/src/deps/VectorSimilarity/deps/ScalableVectorSearch/cmake/patches/apply_patch_toml.sh && \
137137    make -j "$(nproc)"  all && \
138138    make install && \
139- 	\
140-     runDeps="$( \ 
141- 	            scanelf --needed --nobanner --format '%n#p' --recursive /usr/local \ 
142- 	            	| tr ',' '\n ' \ 
143- 	            	| sort -u \ 
144- 	            	| awk 'system(" [ -e /usr/local/lib/" $1 "  ]") == 0 { next } { print " so:" $1 }' \ 
145-               )"  && \
146139    mkdir -p /data && \
147140    make -C /usr/src/redis distclean && \
148141    chown redis:redis /data && \
149142    container_build_log add "Redis"  "${REDIS_VERSION}"  "${REDIS_REPO_URL}"  && \
150143    package install \
151144                        REDIS_RUN_DEPS \
152-                         $runDeps  \
145+                         SCANNED_RUNTIME_DEPS  \
153146                        && \
154- 	 package remove \
147+      package remove \
155148                        REDIS_BUILD_DEPS \
156149                        REDIS_MODULE_BUILD_DEPS \
157150                        && \
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments