Skip to content

Commit

Permalink
use jq instead of jqfromsrc
Browse files Browse the repository at this point in the history
  • Loading branch information
elmiomar committed Jun 28, 2024
1 parent f85e547 commit 1e4c25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PACKAGE_NAME=oar-pdr-py
## containers to be built. List them in dependency order (where a latter one
## depends the former ones).
#
DEP_DOCKER_IMAGE_DIRS="pymongo jqfromsrc ejsonschema pyenv"
DEP_DOCKER_IMAGE_DIRS="pymongo jq ejsonschema pyenv"
EXEC_DOCKER_IMAGE_DIRS="pdrpytest pdpserver midasserver peopleserver"

[ -d "$codedir/metadata/docker" ] || {
Expand Down

0 comments on commit 1e4c25d

Please sign in to comment.