ci: Fix docker image fails build (#9141)
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
############################################################
|
||||
FROM node:lts-alpine AS build
|
||||
|
||||
RUN apk --no-cache add git
|
||||
RUN apk --no-cache add \
|
||||
build-base \
|
||||
git \
|
||||
python3
|
||||
|
||||
WORKDIR /tmp
|
||||
|
||||
# Copy package.json first to benefit from layer caching
|
||||
|
||||
Reference in New Issue
Block a user