mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
chore: replace build-base with alpine-sdk
This commit is contained in:
@@ -4,12 +4,12 @@ ARG NODE_VERSION=22.11.0-alpine3.20
|
||||
|
||||
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 COREPACK_DEFAULT_TO_LATEST=0
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user