mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
chore: build-node-base-image
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM node:22-alpine AS builder
|
||||
|
||||
RUN apk add build-base
|
||||
RUN wget -O - https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 | tar -xj && \
|
||||
cd jemalloc-5.3.0 && \
|
||||
./configure && \
|
||||
make && \
|
||||
make install
|
||||
Reference in New Issue
Block a user