diff --git a/Dockerfile b/Dockerfile index f0bae27..46b2e67 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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