Dockerfile: add honister support
This commit is contained in:
parent
1ea050d960
commit
b021f6c029
10
Dockerfile
10
Dockerfile
@ -6,11 +6,11 @@ LABEL maintainer="thomas.klaehn@perinet.io"
|
|||||||
RUN sed -i -e 's/.main$/ main contrib/' /etc/apt/sources.list
|
RUN sed -i -e 's/.main$/ main contrib/' /etc/apt/sources.list
|
||||||
|
|
||||||
# Install yocto depencencies
|
# Install yocto depencencies
|
||||||
RUN apt-get update && apt-get install -yq gawk wget git-core diffstat unzip \
|
RUN apt-get update && apt-get install -yq gawk wget git diffstat unzip texinfo \
|
||||||
texinfo gcc-multilib build-essential chrpath socat cpio python python3 \
|
gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
|
||||||
python3-pip python3-pexpect xz-utils debianutils iputils-ping screen tmux \
|
xz-utils debianutils iputils-ping screen tmux libncurses-dev curl \
|
||||||
libncurses-dev curl
|
python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm \
|
||||||
|
python3-subunit mesa-common-dev zstd liblz4-tool
|
||||||
|
|
||||||
# Install repo
|
# Install repo
|
||||||
RUN apt-get install -yq repo
|
RUN apt-get install -yq repo
|
||||||
|
Loading…
Reference in New Issue
Block a user