From 801e76f0d378fb1f764610414c64222db6327ed3 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 27 Feb 2024 17:25:55 +0100 Subject: [PATCH] distcc stuff removed --- _CI-CD/debian-stable-openwrt/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/_CI-CD/debian-stable-openwrt/Dockerfile b/_CI-CD/debian-stable-openwrt/Dockerfile index 6ac4191..721c75c 100644 --- a/_CI-CD/debian-stable-openwrt/Dockerfile +++ b/_CI-CD/debian-stable-openwrt/Dockerfile @@ -11,6 +11,4 @@ RUN apt update -y; \ apt-get clean -y && \ rm -rf /var/lib/apt/lists/* && \ rm -rf /var/cache/apt/* && \ - ln -sv /usr/lib/distcc-pump/lib/python3.7/site-packages/include_server /usr/lib/distcc-pump/include_server && \ - rm -v /etc/distcc/hosts && \ sed -i s/NEED_STATD=$/NEED_STATD=yes/i /etc/default/nfs-common \ No newline at end of file