Merge "fix: Fix make build failed"

This commit is contained in:
Zuul 2021-08-25 09:27:54 +00:00 committed by Gerrit Code Review
commit 3b3d292cc5

View File

@ -37,7 +37,7 @@ RUN export LANG=C.UTF-8 \
&& rm -rf /usr/bin/python /usr/bin/pip \
&& ln -s /usr/bin/python3 /usr/bin/python \
&& ln -s /usr/bin/pip3 /usr/bin/pip \
&& pip install poetry \
&& pip install poetry!=1.1.8 \
&& poetry config virtualenvs.create false \
&& mkdir -p /etc/skyline /var/log/skyline/ /var/lib/skyline \
&& cd /skyline \