diff --git a/images/linux/scripts/installers/oras-cli.sh b/images/linux/scripts/installers/oras-cli.sh index 056a36960..c4546ccbf 100644 --- a/images/linux/scripts/installers/oras-cli.sh +++ b/images/linux/scripts/installers/oras-cli.sh @@ -16,7 +16,6 @@ ORAS_CLI_ARCHIVE=$(basename $ORAS_CLI_DOWNLOAD_URL) # Install ORAS CLI cd /tmp download_with_retries $ORAS_CLI_DOWNLOAD_URL -mkdir -p oras-install tar -zxvf $ORAS_CLI_ARCHIVE -C /usr/local/bin oras # Run tests to determine that the software installed as expected