Add icecc support
This commit is contained in:
@@ -8,11 +8,15 @@ 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
|
||||
python3-pip python3-pexpect xz-utils debianutils iputils-ping screen tmux \
|
||||
libncurses-dev curl
|
||||
|
||||
|
||||
# Install repo
|
||||
RUN apt-get install -yq repo
|
||||
|
||||
RUN apt-get install -yq icecc
|
||||
|
||||
# Reconfigure Dash
|
||||
RUN echo "dash dash/sh boolean false" | debconf-set-selections && dpkg-reconfigure dash
|
||||
|
||||
|
Reference in New Issue
Block a user