Dockerfile: Refresh Yocto build dependency list
Use the list from Kirkstone. This should cover the needs back to Dunfell at least as well. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		@@ -9,10 +9,10 @@ RUN apt-get update && \
 | 
				
			|||||||
    apt-get install -y locales && \
 | 
					    apt-get install -y locales && \
 | 
				
			||||||
    localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
 | 
					    localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 && \
 | 
				
			||||||
    apt-get install --no-install-recommends -y \
 | 
					    apt-get install --no-install-recommends -y \
 | 
				
			||||||
        gawk wget git-core diffstat unzip texinfo \
 | 
					        gawk wget git diffstat unzip texinfo \
 | 
				
			||||||
        build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
 | 
					        gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
 | 
				
			||||||
        xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
 | 
					        xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
 | 
				
			||||||
        pylint3 xterm \
 | 
					        pylint3 xterm python3-subunit mesa-common-dev zstd liblz4-tool \
 | 
				
			||||||
        python3-setuptools python3-wheel python3-yaml python3-distro python3-jsonschema python3-newt \
 | 
					        python3-setuptools python3-wheel python3-yaml python3-distro python3-jsonschema python3-newt \
 | 
				
			||||||
        gosu lsb-release file vim less procps tree tar bzip2 zstd pigz bc tmux libncurses-dev \
 | 
					        gosu lsb-release file vim less procps tree tar bzip2 zstd pigz bc tmux libncurses-dev \
 | 
				
			||||||
        dosfstools mtools parted lz4 \
 | 
					        dosfstools mtools parted lz4 \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user