Not able to build knowledgeMW in Build core #486
-
Getting the below error in console output.please help me with the issue. Started by user admin
[Pipeline] stage
#2 [internal] load build definition from Dockerfile #3 [internal] load metadata for docker.io/circleci/node:8.11.2-stretch #4 [internal] load metadata for docker.io/library/node:8.11-slim #5 [stage-0 1/4] FROM docker.io/circleci/node:8.11.2-stretch@sha256:147dd7f8267b50bb827a9682bcd774c0923e03c82c2a8bbfa303bd36b7304c74 #6 [stage-1 1/4] FROM docker.io/library/node:8.11-slim@sha256:682383b9e173828b786e3d3513739e9280492d3ea249655b03753dfc3bd0111d #7 [internal] load build context #8 [stage-1 2/4] RUN sed -i '/jessie-updates/d' /etc/apt/sources.list && apt update && apt-get clean && useradd -m sunbird #9 [stage-0 2/4] COPY src /opt/content/ #10 [stage-0 3/4] WORKDIR /opt/content/ #11 [stage-0 4/4] RUN npm install --unsafe-perm #8 [stage-1 2/4] RUN sed -i '/jessie-updates/d' /etc/apt/sources.list && apt update && apt-get clean && useradd -m sunbird #11 [stage-0 4/4] RUN npm install --unsafe-perm
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
@pallakartheekreddy can you please check this? Looks like the base nodejs docker image has an issue where the debian packages are not available |
Beta Was this translation helpful? Give feedback.
@Krishnaj20 I see PR is merged
@nikhilvarma940 can you please rebuild from the 5.2.0 branch and check? Please mark this thread as answered if the issue is resolved