Skip to content

Commit

Permalink
build(docker): install correct extras of reana-commons submodule (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Jan 24, 2024
1 parent 0961257 commit 21957fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ RUN if [ "${DEBUG}" -gt 0 ]; then pip install --no-cache-dir -e ".[debug]"; else
# hadolint ignore=DL3013
RUN if test -e modules/reana-commons; then \
if [ "${DEBUG}" -gt 0 ]; then \
pip install --no-cache-dir -e "modules/reana-commons[kubernetes]" --upgrade; \
pip install --no-cache-dir -e "modules/reana-commons[cwl]" --upgrade; \
else \
pip install --no-cache-dir "modules/reana-commons[kubernetes]" --upgrade; \
pip install --no-cache-dir "modules/reana-commons[cwl]" --upgrade; \
fi \
fi

Expand Down

0 comments on commit 21957fe

Please sign in to comment.