[
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: [email protected]
For additional commands, e-mail: [email protected]