Skip to content

Commit cdedc61

Browse files
committed
feat(ci): Fix for node-gyp on npm ci
Signed-off-by: William Hearn <[email protected]>
1 parent 863a996 commit cdedc61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Stage 0: UI Build Stage
2-
FROM node:12-buster-slim as frontend
2+
FROM node:12-alpine as frontend
33
WORKDIR /src
44
ENV NG_CLI_ANALYTICS "ci"
5+
RUN apk add --no-cache --virtual .gyp python3 make g++
56
COPY ./frontend/common/kubeflow-common-lib/package*.json ./
67
RUN npm ci
78
COPY ./frontend/common/kubeflow-common-lib/ .

0 commit comments

Comments
 (0)