debian 9 2023
This commit is contained in:
		@@ -47,14 +47,15 @@ packages = xterm vim-X11 git python3 bash-completion
 | 
				
			|||||||
dockerfile =
 | 
					dockerfile =
 | 
				
			||||||
    FROM debian:9
 | 
					    FROM debian:9
 | 
				
			||||||
    ARG DEBIAN_FRONTEND=noninteractive
 | 
					    ARG DEBIAN_FRONTEND=noninteractive
 | 
				
			||||||
 | 
					    RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list
 | 
				
			||||||
    RUN apt-get update
 | 
					    RUN apt-get update
 | 
				
			||||||
    RUN apt-get -y install apt-utils
 | 
					 | 
				
			||||||
    RUN apt-get -y upgrade
 | 
					    RUN apt-get -y upgrade
 | 
				
			||||||
 | 
					    RUN apt install -y --allow-downgrades libnettle6=3.3-1+b2  # default libnettle6 conflicts with libgtk-3.0
 | 
				
			||||||
    RUN apt-get -y install sudo
 | 
					    RUN apt-get -y install sudo
 | 
				
			||||||
    RUN echo "Defaults lecture = never" >> /etc/sudoers
 | 
					    RUN echo "Defaults lecture = never" >> /etc/sudoers
 | 
				
			||||||
    RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 | 
					    RUN echo "ALL ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 | 
				
			||||||
pkginstall = RUN apt-get -y install {}
 | 
					pkginstall = RUN apt-get -y install {}
 | 
				
			||||||
packages = ksh csh xterm x11-apps build-essential git libgtk2.0 libgtk-3-0 bash-completion tcl environment-modules
 | 
					packages = xterm x11-apps vim-gtk3 git build-essential python3 bash-completion
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[debian10]
 | 
					[debian10]
 | 
				
			||||||
dockerfile =
 | 
					dockerfile =
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user