File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22#  VERSION:  release
33
44ARG  DEBIAN_RELEASE=bookworm
5+ 
56FROM  discourse/ruby:3.3.6-${DEBIAN_RELEASE}-slim AS builder
7+ ARG  DEBIAN_RELEASE
8+ ENV  DEBIAN_RELEASE=${DEBIAN_RELEASE}
9+ RUN  echo "deb http://deb.debian.org/debian ${DEBIAN_RELEASE}-backports main"  > "/etc/apt/sources.list.d/${DEBIAN_RELEASE}-backports.list" 
610RUN  apt update && \
711DEBIAN_FRONTEND=noninteractive apt-get -y install wget \
812    autoconf build-essential \
@@ -14,10 +18,7 @@ DEBIAN_FRONTEND=noninteractive apt-get -y install wget \
1418    libbrotli-dev
1519
1620FROM  builder AS imagemagick_builder
17- ARG  DEBIAN_RELEASE
18- ENV  DEBIAN_RELEASE=${DEBIAN_RELEASE}
1921ADD  install-imagemagick /tmp/install-imagemagick
20- RUN  echo "deb http://deb.debian.org/debian ${DEBIAN_RELEASE}-backports main"  > "/etc/apt/sources.list.d/${DEBIAN_RELEASE}-backports.list" 
2122RUN  /tmp/install-imagemagick
2223
2324FROM  builder AS nginx_builder
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments