More fixes for Debian cross-build

This commit is contained in:
Pau Rodriguez-Estivill
2021-10-28 22:40:14 +02:00
parent 2aa03d19ce
commit 5001498324
+5 -1
View File
@@ -11,7 +11,11 @@ RUN set -x \
&& ln -s /usr/bin/dpkg-split /usr/sbin/dpkg-split \
&& ln -s /usr/bin/dpkg-deb /usr/sbin/dpkg-deb \
&& ln -s /bin/tar /usr/sbin/tar \
&& ln -s /bin/rm /usr/sbin/rm
&& ln -s /bin/rm /usr/sbin/rm \
&& ln -s /usr/bin/dpkg-split /usr/local/sbin/dpkg-split \
&& ln -s /usr/bin/dpkg-deb /usr/local/sbin/dpkg-deb \
&& ln -s /bin/tar /usr/local/sbin/tar \
&& ln -s /bin/rm /usr/local/sbin/rm
#
RUN set -x \