diff --git a/Dockerfile b/Dockerfile index 11e550a..5633e8a 100644 --- a/Dockerfile +++ b/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