Skip to content

Commit

Permalink
Merge pull request #713 from mcserep/simplify-odb-docker-install
Browse files Browse the repository at this point in the history
Fix ODB install in Docker images
  • Loading branch information
intjftw authored Feb 27, 2024
2 parents 2773da5 + 0029c2b commit 1a1209e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker/dev/install_odb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,8 @@ for pack in "$BUILD_LIST"; do
bpkg build $pack --yes
done
# Install ODB (to /usr/local)
INSTALL_LIST="$BUILD_LIST libstudxml libcutl"
for pack in "$INSTALL_LIST"; do
bpkg install $pack
done
bpkg install --all --recursive
# Clean up
cd /
sh install_latest_build2.sh --uninstall
rm -rf /odb_build install_latest_build2.sh build2-toolchain-*.tar.gz
rm -rf /odb_build install_latest_build2.sh build2-toolchain-*.tar.gz

0 comments on commit 1a1209e

Please sign in to comment.