ci: Fix docker image fails build (#9141)

This commit is contained in:
Corey
2024-05-30 08:40:10 -07:00
committed by GitHub
parent 61653a3983
commit 61841859cc

View File

@@ -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