Dockerfile: Update package list according to Yocto 3.0 essential needs
Move those needs to top at this chance and refactor the rest. The net additions are: - python3-pexpect - debianutils - iputils-ping - python3-git - python3-jinja2 - libegl1-mesa - libsdl1.2-dev - pylint3 - xterm Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
parent
f39d3e48d1
commit
52c6ff0a0f
16
Dockerfile
16
Dockerfile
@ -10,14 +10,14 @@ RUN apt-get update && \
|
|||||||
ENV LANG=en_US.utf8
|
ENV LANG=en_US.utf8
|
||||||
|
|
||||||
RUN apt-get install --no-install-recommends -y \
|
RUN apt-get install --no-install-recommends -y \
|
||||||
gawk wget git-core diffstat unzip file \
|
gawk wget git-core diffstat unzip texinfo gcc-multilib \
|
||||||
texinfo gcc-multilib build-essential \
|
build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \
|
||||||
chrpath socat cpio python python3 rsync \
|
xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \
|
||||||
tar bzip2 curl dosfstools mtools parted \
|
pylint3 xterm \
|
||||||
syslinux tree python3-pip bc python3-yaml \
|
python3-setuptools python3-wheel python3-yaml \
|
||||||
lsb-release python3-setuptools ssh-client \
|
lsb-release file vim less tree tar bzip2 bc tmux libncurses-dev \
|
||||||
vim less mercurial iproute2 xz-utils gnupg \
|
dosfstools mtools parted syslinux \
|
||||||
tmux libncurses-dev python3-wheel git-lfs && \
|
git-lfs mercurial iproute2 ssh-client curl rsync gnupg && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user