Skip to content

Commit

Permalink
fix orthanc build
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Jun 26, 2023
1 parent b6e5443 commit 2af4764
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/orthanc/build-or-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ if [[ $target == "orthanc" ]]; then
$buildRootPath/UnitTests

upload Orthanc
upload libModalityWorklists.so
upload libServeFolders.so
upload libHousekeeper.so
upload libConnectivityChecks.so
upload libDelayedDeletion.so
upload libMultitenantDicom.so

fi

elif [[ $target == "orthanc-authorization" ]]; then
Expand Down

0 comments on commit 2af4764

Please sign in to comment.