Skip to content

Commit 6184185

Browse files
authored
ci: Fix docker image fails build (#9141)
1 parent 61653a3 commit 6184185

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
############################################################
44
FROM node:lts-alpine AS build
55

6-
RUN apk --no-cache add git
6+
RUN apk --no-cache add \
7+
build-base \
8+
git \
9+
python3
10+
711
WORKDIR /tmp
812

913
# Copy package.json first to benefit from layer caching

0 commit comments

Comments
 (0)