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 \
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"