Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-2336

Dockerfile-ubuntu not building

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.18.0
    • 1.20.0
    • None
    • None

    Description

      2 issues while building the docker image using command:

      sudo docker build -t docker-image-name --file=Dockerfile-ubuntu

      • 1st Error raised is:
      STEP 5/13: RUN pip3 install quart selectors grpcio protobuf h2
      /bin/sh: 1: pip3: not found
      Error: error building at STEP "RUN pip3 install quart selectors grpcio protobuf h2": error while running runtime: exit status 127 

      Can be fixed by adding python3-pip to the list of packages to be installed Dockerfile-ubuntu.

       

       

      • 2nd error: incorrect change directory statement

      Diff for fix:

      diff Dockerfile-ubuntu Dockerfile-ubuntu.old
      29c29
      <     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev python3-pip libuv1-dev sasl2-bin swig maven git && \

      >     apt-get install -y curl gcc g++ automake libwebsockets-dev libtool zlib1g-dev cmake libsasl2-dev libssl-dev libnghttp2-dev python3-dev libuv1-dev sasl2-bin swig maven git && \
      34c34
      < RUN git clone https://gitbox.apache.org/repos/asf/qpid-dispatch.git && cd qpid-dispatch && git submodule add https://gitbox.apache.org/repos/asf/qpid-proton.git && git submodule update --init

      > RUN git clone https://gitbox.apache.org/repos/asf/qpid-dispatch.git && cd /qpid-dispatch && git submodule add https://gitbox.apache.org/repos/asf/qpid-proton.git && git submodule update --init

      Attachments

        Activity

          People

            jdanek Jiri Daněk
            Waffels Birgen Geelen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: