This commit is contained in:
Dhruwang
2025-05-05 16:58:37 +05:30
parent 40d8d86cd6
commit bbe423319e

View File

@@ -1,7 +1,7 @@
FROM node:22-alpine3.21 AS base
# Install git and other build dependencies needed for all steps
RUN apk update && apk add --no-cache git autoconf automake libtool pkgconfig make gcc g++ python3 python3-dev
RUN apk update && apk add --no-cache git autoconf automake libtool pkgconfig make gcc g++ python3 python3-dev bash
# Create directory for our custom packages
WORKDIR /custom-packages