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
|
||||
|
||||
# Install yocto depencencies
|
||||
RUN apt-get update && apt-get install -yq gawk wget git-core diffstat unzip \
|
||||
texinfo gcc-multilib build-essential chrpath socat cpio python python3 \
|
||||
python3-pip python3-pexpect xz-utils debianutils iputils-ping screen tmux \
|
||||
libncurses-dev curl
|
||||
|
||||
RUN apt-get update && apt-get install -yq gawk wget git diffstat unzip texinfo \
|
||||
gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect \
|
||||
xz-utils debianutils iputils-ping screen tmux libncurses-dev curl \
|
||||
python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev pylint3 xterm \
|
||||
python3-subunit mesa-common-dev zstd liblz4-tool
|
||||
|
||||
# Install repo
|
||||
RUN apt-get install -yq repo
|
||||
|
Loading…
Reference in New Issue
Block a user