Skip to content

Commit

Permalink
Moved to icav2-cli-plugins-version 2.15.2
Browse files Browse the repository at this point in the history
Prevents requests errors being printed to stdout
  • Loading branch information
alexiswl committed Oct 23, 2023
1 parent 0fdb1b9 commit 67c1036
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG CONDA_USER_NAME="cwl_ica_user"
ARG CONDA_USER_ID=1000
ARG CONDA_ENV_NAME="cwl-ica"
ARG YQ_VERSION="v4.35.2"
ARG ICAV2_PLUGINS_CLI_VERSION="v2.15.1"
ARG ICAV2_PLUGINS_CLI_VERSION="v2.15.2"

RUN export DEBIAN_FRONTEND=noninteractive && \
echo "Updating Apt" 1>&2 && \
Expand Down Expand Up @@ -106,7 +106,6 @@ RUN ( \
wget --quiet \
--output-document "icav2-plugins-cli--${ICAV2_PLUGINS_CLI_VERSION}.zip" \
"https://github.com/umccr/icav2-cli-plugins/releases/download/${ICAV2_PLUGINS_CLI_VERSION}/icav2-plugins-cli--${ICAV2_PLUGINS_CLI_VERSION}.zip" && \
echo "Got to here" 1>&2 && \
unzip -qq "icav2-plugins-cli--${ICAV2_PLUGINS_CLI_VERSION}.zip" && \
bash "icav2-plugins-cli--${ICAV2_PLUGINS_CLI_VERSION}/install.sh" "--no-autocompletion" && \
rm -rf "icav2-plugins-cli--${ICAV2_PLUGINS_CLI_VERSION}" "icav2-plugins-cli--${ICAV2_PLUGINS_CLI_VERSION}.zip" \
Expand Down

0 comments on commit 67c1036

Please sign in to comment.