Uploaded image for project: 'Ranger'
  1. Ranger
  2. RANGER-3496

docker build -f Dockerfile.ranger-base

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.1.0
    • 2.2.0
    • Ranger
    • None

    Description

      When  executing following command

      docker build -f Dockerfile.ranger-base -t ranger-base .
      

      the process fails with following

      #4 111.9 ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/pip/2.7/get-pip.py instead.
      ------
      executor failed running [/bin/sh -c apt-get update &&     DEBIAN_FRONTEND="noninteractive" apt-get -y install curl wget tzdata     python python3 python3-pip openjdk-8-jdk bc iputils-ping ssh pdsh &&     curl https://bootstrap.pypa.io/get-pip.py --output /tmp/get-pip.py &&     python2 /tmp/get-pip.py &&     pip3 install apache-ranger &&     pip3 install requests &&     pip install requests]: exit code: 1
      

       

      Attachments

        Activity

          People

            abhi_2110 Abhishek Kumar
            pierresmits Pierre Smits
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: