restructure docker image; add separate temp dir that can be placed in a

tmpfs
This commit is contained in:
Jakob Ketterl
2019-11-24 15:30:53 +01:00
parent c6bbdffea0
commit 0b98ce1ef2
2 changed files with 10 additions and 7 deletions

View File

@ -32,10 +32,6 @@ rm -rf csdr
git clone https://github.com/szechyjs/mbelib.git
cmakebuild mbelib
if [ -d "/usr/local/lib64" ]; then
# no idea why it's put into there now. alpine does not handle it correctly, so move it.
mv /usr/local/lib64/libmbe* /usr/local/lib
fi
git clone https://github.com/jketterl/digiham.git
cmakebuild digiham