book
                        
Article ID: KB0073459
                        
                    
                    
                        calendar_today
                        
Updated On: 
                    
                 
                
                        
                            
Description
                        
                        
                            The following error is thrown while trying to build a BWCE Docker image on Debian:
"Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found"
 
                         
                     
                    
                    
                        
                            
                                
Resolution
                            
                            
                                The error is thrown because "jessie" has been removed from the Debian packages.
If you are using 2.4.3 or earlier you can replace "FROM debian:jessie-slim" to "FROM debian:stretch-slim" in the DockerFile.
With 2.4.4 the default is "FROM debian:stretch-slim" in the DockerFile.
                            
                         
                        
                    
                        
                            
                                
Issue/Introduction
                            
                            
                                Error while building BWCE Docker image on Debian