mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Fix build fail
Fix build fail Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
b3bf66de2f
commit
fd80ca0a17
@ -35,8 +35,8 @@ RUN \
|
||||
ncurses-dev \
|
||||
pkg-config \
|
||||
libtool \
|
||||
python \
|
||||
python-pip \
|
||||
python3 \
|
||||
python3-pip \
|
||||
rsync \
|
||||
sed \
|
||||
ssh \
|
||||
@ -51,6 +51,8 @@ RUN \
|
||||
&& \
|
||||
apt-get clean --yes
|
||||
|
||||
RUN ln -s /usr/bin/python3 /usr/bin/python
|
||||
|
||||
#include "common.dockcross"
|
||||
|
||||
#include "common.docker"
|
||||
|
Loading…
Reference in New Issue
Block a user