We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While running make build command getting the below error
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
The text was updated successfully, but these errors were encountered:
This is potentially related to the issue I just opened
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: