We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023160f commit 32cd476Copy full SHA for 32cd476
backstage/Dockerfile
@@ -16,7 +16,8 @@ COPY plugins/viewdocs-react/package.json plugins/viewdocs-react/package.json
16
17
ENV CYPRESS_INSTALL_BINARY=0
18
RUN --mount=type=cache,target=/root/.cache/yarn,sharing=locked \
19
- yarn install --frozen-lockfile
+ yarn global add node-gyp \
20
+ && yarn install --frozen-lockfile
21
22
COPY ./ ./
23
@@ -56,7 +57,7 @@ COPY --from=build /app/package.json /app/yarn.lock /app/packages/backend/dist/sk
56
57
58
59
yarn global add node-gyp \
- yarn install --frozen-lockfile --production
60
+ && yarn install --frozen-lockfile --production
61
62
COPY --from=build /app/packages/backend/dist/bundle ./
63
0 commit comments