Fix build fail

Fix build fail

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2021-05-26 22:28:33 +02:00
parent b3bf66de2f
commit fd80ca0a17

View File

@ -35,8 +35,8 @@ RUN \
ncurses-dev \ ncurses-dev \
pkg-config \ pkg-config \
libtool \ libtool \
python \ python3 \
python-pip \ python3-pip \
rsync \ rsync \
sed \ sed \
ssh \ ssh \
@ -51,6 +51,8 @@ RUN \
&& \ && \
apt-get clean --yes apt-get clean --yes
RUN ln -s /usr/bin/python3 /usr/bin/python
#include "common.dockcross" #include "common.dockcross"
#include "common.docker" #include "common.docker"