a hack for pythonpath issue in debian stable
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user