Install install is causing a failure because when installing install it can't be installed

STEP 10/41: RUN pip3 install install git+https://gitlab.com/cki-project/kpet.git@production
Collecting git+https://gitlab.com/cki-project/kpet.git@production
  Cloning https://gitlab.com/cki-project/kpet.git (to revision production) to /tmp/pip-req-build-2bw_o8ui
  Running command git clone --filter=blob:none --quiet https://gitlab.com/cki-project/kpet.git /tmp/pip-req-build-2bw_o8ui
  Running command git checkout -b production --track origin/production
  Switched to a new branch 'production'
  branch 'production' set up to track 'origin/production'.
  Resolved https://gitlab.com/cki-project/kpet.git to commit 5a153e591b24bb73ea6889b8cb99f76fd1d827af
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
ERROR: Could not find a version that satisfies the requirement install (from versions: none)

This is because of a double install typo

includes/kernel-qe-tools:RUN pip3 install install git+https://gitlab.com/cki-project/kpet.git@production

The install package has been unlisted as described at https://github.com/pypi/support/issues/451

Edited by Tales da Aparecida