File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,21 @@ ARG DIST_NAME="sid"
77FROM  debian:bookworm-slim AS pre-build
88ARG  DIST_NAME
99RUN  echo "\ 
10- Types: deb-src\n \ 
10+ Types: deb deb -src\n \ 
1111URIs: http://deb.debian.org/debian\n \ 
1212Suites: ${DIST_NAME}\n \ 
1313Components: main\n \ 
1414Signed-By: /usr/share/keyrings/debian-archive-keyring.gpg"  \
1515> /etc/apt/sources.list.d/${DIST_NAME}-src.sources
16+ RUN  echo "\ 
17+ Package: *\n \ 
18+ Pin: release n=${DIST_NAME}\n \ 
19+ Pin-Priority: 1 \n \ 
20+ \n \
21+ Package: libjs-sphinxdoc sphinx-common python3-sphinx\n \ 
22+ Pin: release n=${DIST_NAME}\n \ 
23+ Pin-Priority: 500"  \
24+ > /etc/apt/preferences.d/99pinning
1625RUN 	apt-get update && \
1726	apt-get upgrade -y && \
1827	apt-get install -y --no-install-recommends devscripts equivs
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments