FROM cr.wks/debian-stable-build-essential RUN apt update -y; \ apt install -y build-essential ccache ecj fastjar file g++ gawk \ gettext git java-propose-classpath libelf-dev libncurses5-dev \ libncursesw5-dev libssl-dev python3 python3-dev unzip wget \ python3-distutils python3-setuptools rsync subversion swig time \ xsltproc zlib1g-dev make distcc distcc-pump nfs-common clang flex bison g++ gawk \ gcc-multilib g++-multilib git libncurses-dev libssl-dev && \ apt-get remove --purge -y exim* && \ apt-get autoremove --purge -y && \ apt-get clean -y && \ rm -rf /var/lib/apt/lists/* && \ rm -rf /var/cache/apt/*