Merge "fix: Fix make build failed"
This commit is contained in:
commit
3b3d292cc5
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user