Skip to content

Commit

Permalink
More fixes for Debian cross-build
Browse files Browse the repository at this point in the history
  • Loading branch information
prodrigestivill committed Oct 28, 2021
1 parent 2aa03d1 commit 5001498
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5001498

Please sign in to comment.