distcc stuff removed
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-02-27 18:10:35 +01:00
parent cde42fcd56
commit 82d001e962

View File

@@ -6,7 +6,7 @@ RUN apt update -y; \
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 && \
gcc-multilib-mips-linux-gnu git libncurses-dev libssl-dev && \
apt-get remove --purge -y exim* && \
apt-get autoremove --purge -y && \
apt-get clean -y && \