Files
docker-images/_CI-CD/debian-stable-openwrt/Dockerfile
Udo Waechter cde42fcd56
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is failing
distcc stuff removed
2024-02-27 17:32:20 +01:00

14 lines
897 B
Docker

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/*