Update buildroot & docker (#25)

* Update docker & buildroot

* Fix

* fix versions
This commit is contained in:
Pascal Vizeli
2018-05-28 14:58:22 +02:00
committed by GitHub
parent 7db3226a8e
commit b13086072c
1887 changed files with 22062 additions and 18015 deletions

View File

@@ -27,10 +27,19 @@ RUN dpkg --add-architecture i386 && \
cvs bzr git mercurial subversion wget \
cpio unzip \
libncurses5-dev \
python-nose2 python-pexpect qemu-system-arm qemu-system-x86 && \
python-nose2 python-pexpect qemu-system-arm qemu-system-x86 \
python-pip && \
apt-get -y autoremove && \
apt-get -y clean
# For check-flake8
RUN python -m pip install --upgrade pip setuptools wheel && \
pip install -q \
flake8==3.5.0 \
mccabe==0.6.1 \
pycodestyle==2.3.1 \
pyflakes==1.6.0
# To be able to generate a toolchain with locales, enable one UTF-8 locale
RUN sed -i 's/# \(en_US.UTF-8\)/\1/' /etc/locale.gen && \
/usr/sbin/locale-gen