a hack for pythonpath issue in debian stable

This commit is contained in:
2021-02-24 17:32:18 +01:00
parent b7e3162123
commit b52e91b0e0
3 changed files with 12 additions and 10 deletions

View File

@@ -15,5 +15,6 @@ RUN sed -i 's@deb.debian.org@apt-cache.lan/deb.debian.org@g' /etc/apt/sources.li
apt-get clean -y && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /var/cache/apt/* && \
rm /etc/distcc/hosts #no zeroconf for distcc
rm /etc/distcc/hosts #no zeroconf for distcc; \
ln -s /usr/lib/distcc-pump/lib/python3.7/site-packages/include_server /usr/lib/distcc-pump/; #hack pythonpath issue