|
@@ -22,13 +22,30 @@ COPY apt-sources.list /etc/apt/sources.list
|
|
RUN dpkg --add-architecture i386 && \
|
|
RUN dpkg --add-architecture i386 && \
|
|
apt-get update -y
|
|
apt-get update -y
|
|
RUN apt-get install -y --no-install-recommends \
|
|
RUN apt-get install -y --no-install-recommends \
|
|
- build-essential cmake libc6:i386 g++-multilib \
|
|
|
|
- bc ca-certificates file locales rsync \
|
|
|
|
- cvs bzr git mercurial subversion wget \
|
|
|
|
- cpio unzip \
|
|
|
|
|
|
+ bc \
|
|
|
|
+ build-essential \
|
|
|
|
+ bzr \
|
|
|
|
+ ca-certificates \
|
|
|
|
+ cmake \
|
|
|
|
+ cpio \
|
|
|
|
+ cvs \
|
|
|
|
+ file \
|
|
|
|
+ g++-multilib \
|
|
|
|
+ git \
|
|
|
|
+ libc6:i386 \
|
|
libncurses5-dev \
|
|
libncurses5-dev \
|
|
- python-nose2 python-pexpect qemu-system-arm qemu-system-x86 \
|
|
|
|
- python-pip && \
|
|
|
|
|
|
+ locales \
|
|
|
|
+ mercurial \
|
|
|
|
+ python-nose2 \
|
|
|
|
+ python-pexpect \
|
|
|
|
+ python-pip \
|
|
|
|
+ qemu-system-arm \
|
|
|
|
+ qemu-system-x86 \
|
|
|
|
+ rsync \
|
|
|
|
+ subversion \
|
|
|
|
+ unzip \
|
|
|
|
+ wget \
|
|
|
|
+ && \
|
|
apt-get -y autoremove && \
|
|
apt-get -y autoremove && \
|
|
apt-get -y clean
|
|
apt-get -y clean
|
|
|
|
|