mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
copy libs from centos 7 to build
This commit is contained in:
parent
84e47fae0e
commit
19c4b1e41d
2 changed files with 9 additions and 1 deletions
|
|
@ -73,7 +73,10 @@ RUN source $HOME/.bashrc \
|
||||||
&& ./tools/fetch_thirdparty_libs.sh
|
&& ./tools/fetch_thirdparty_libs.sh
|
||||||
|
|
||||||
RUN source $HOME/.bashrc \
|
RUN source $HOME/.bashrc \
|
||||||
&& bash ./tools/build.sh
|
&& bash ./tools/build.sh \
|
||||||
|
&& cp /usr/lib64/libffi* ./build/exe.linux-x86_64-3.7/lib \
|
||||||
|
&& cp /usr/lib64/libssl* ./build/exe.linux-x86_64-3.7/lib \
|
||||||
|
&& cp /usr/lib64/libcrypto* ./build/exe.linux-x86_64-3.7/lib
|
||||||
|
|
||||||
RUN cd /opt/openpype \
|
RUN cd /opt/openpype \
|
||||||
rm -rf ./vendor/bin
|
rm -rf ./vendor/bin
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,11 @@ main () {
|
||||||
echo -e "${BIRed}!!!${RST} Copying failed."
|
echo -e "${BIRed}!!!${RST} Copying failed."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo -e "${BIGreen}>>>${RST} Fixing user ownership ..."
|
||||||
|
username="$(logname)"
|
||||||
|
chown -R $username ./build
|
||||||
|
|
||||||
echo -e "${BIGreen}>>>${RST} All done, you can delete container:"
|
echo -e "${BIGreen}>>>${RST} All done, you can delete container:"
|
||||||
echo -e "${BIYellow}$id${RST}"
|
echo -e "${BIYellow}$id${RST}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue