You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Birgen Geelen (Jira)" <ji...@apache.org> on 2022/03/10 14:54:00 UTC

[jira] [Updated] (DISPATCH-2336) Dockerfile-ubuntu not building

     [ https://issues.apache.org/jira/browse/DISPATCH-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Birgen Geelen updated DISPATCH-2336:
------------------------------------
    Description: 
An error is raised while building the docker image using command:

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

Error raised is:
{code:java}
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 {code}
Can be fixed by adding python3-pip to the list of packages to be installed Dockerfile-ubuntu.

 

  was:
An error is raised while building the docker image using command:

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

Error raised is:
{code:java}
// 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 {code}
Can be fixed by adding python3-pip to the list of packages to be installed Dockerfile-ubuntu.

 


> Dockerfile-ubuntu not building
> ------------------------------
>
>                 Key: DISPATCH-2336
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2336
>             Project: Qpid Dispatch
>          Issue Type: Bug
>            Reporter: Birgen Geelen
>            Priority: Minor
>
> An error is raised while building the docker image using command:
> sudo docker build -t docker-image-name --file=Dockerfile-ubuntu
> Error raised is:
> {code:java}
> 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 {code}
> Can be fixed by adding python3-pip to the list of packages to be installed Dockerfile-ubuntu.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org