chore: replace build-base with alpine-sdk
This commit is contained in:
parent
87eac89f94
commit
da04ff0b9a
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@ ARG NODE_VERSION=22.11.0-alpine3.20
|
||||||
|
|
||||||
FROM node:${NODE_VERSION} as build
|
FROM node:${NODE_VERSION} as build
|
||||||
|
|
||||||
RUN apk add git linux-headers build-base
|
RUN apk add git linux-headers alpine-sdk
|
||||||
|
|
||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
ENV COREPACK_DEFAULT_TO_LATEST=0
|
ENV COREPACK_DEFAULT_TO_LATEST=0
|
||||||
RUN apk add --update python3 && ln -sf python3 /usr/bin/python
|
RUN apk add --update python3 && ln -sf python3 /usr/bin/python
|
||||||
RUN apk add py3-pip py3-setuptools alpine-sdk
|
RUN apk add py3-pip py3-setuptools
|
||||||
|
|
||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue