Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

process "/bin/sh -c yum -y update && yum -y groupinstall did not complete successfully #19

Open
diasoftwares opened this issue Jun 22, 2023 · 1 comment

Comments

@diasoftwares
Copy link

While running make build command getting the below error

6 | # set up container
7 | >>> RUN yum -y update
8 | >>> && yum -y groupinstall "Development Tools"
9 | >>> && curl --silent --location https://rpm.nodesource.com/setup_${NODE_VERSION}.x | bash -
10 | >>> && yum install -y
11 | >>> nodejs
12 | >>> python37
13 | >>> which
14 | >>> binutils
15 | >>> sed
16 | >>> gcc-c++
17 | >>> cairo-devel
18 | >>> libjpeg-turbo-devel
19 | >>> pango-devel
20 | >>> giflib-devel
21 |

ERROR: failed to solve: process "/bin/sh -c yum -y update && yum -y groupinstall "Development Tools" && curl --silent --location https://rpm.nodesource.com/setup_${NODE_VERSION}.x | bash - && yum install -y \tnodejs \tpython37 \twhich \tbinutils \tsed \tgcc-c++ \tcairo-devel \tlibjpeg-turbo-devel \tpango-devel \tgiflib-devel" did not complete successfully: exit code: 1
make: *** [build] Error 1

@jkerb8
Copy link

jkerb8 commented Jun 23, 2023

This is potentially related to the issue I just opened

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants