This commit is contained in:
kakkokari-gtyih
2025-02-03 11:43:52 +09:00
parent ade0ae19ab
commit 3145d61e2c

View File

@@ -46,6 +46,8 @@ RUN rm -rf .git/
FROM --platform=$TARGETPLATFORM node:${NODE_VERSION} AS target-builder
ENV COREPACK_DEFAULT_TO_LATEST=0
RUN apt-get update \
&& apt-get install -yqq --no-install-recommends \
build-essential