File tree 4 files changed +5
-8
lines changed
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 4
4
FROM --platform=${BUILDPLATFORM:-amd64} node:22-alpine as build_src
5
5
ARG COMMIT
6
6
WORKDIR /usr/app
7
- RUN apk update && apk add --no-cache g++ make python3 py3-setuptools && rm -rf /var/cache/apk/*
7
+ RUN apk update && apk add --no-cache git g++ make python3 py3-setuptools && rm -rf /var/cache/apk/*
8
8
9
9
COPY . .
10
10
11
- RUN chmod +x ./scripts/build_c_kzg.sh
12
-
13
11
RUN yarn install --non-interactive --frozen-lockfile && \
14
12
yarn build && \
15
13
yarn install --non-interactive --frozen-lockfile --production
@@ -25,7 +23,7 @@ RUN cd packages/cli && GIT_COMMIT=${COMMIT} yarn write-git-data
25
23
# Note: This step is redundant for the host arch
26
24
FROM node:22-alpine as build_deps
27
25
WORKDIR /usr/app
28
- RUN apk update && apk add --no-cache g++ make python3 py3-setuptools && rm -rf /var/cache/apk/*
26
+ RUN apk update && apk add --no-cache git g++ make python3 py3-setuptools && rm -rf /var/cache/apk/*
29
27
30
28
COPY --from=build_src /usr/app .
31
29
Original file line number Diff line number Diff line change 9
9
" packages/*"
10
10
],
11
11
"scripts" : {
12
- "postinstall" : " ./scripts/build_c_kzg.sh" ,
13
12
"clean" : " rm -rf ./packages/*/lib ./packages/*/*.tsbuildinfo" ,
14
13
"clean:nm" : " rm -rf ./packages/*/node_modules ./node_modules" ,
15
14
"build" : " lerna run build" ,
Original file line number Diff line number Diff line change 133
133
"@lodestar/utils" : " ^1.19.0" ,
134
134
"@lodestar/validator" : " ^1.19.0" ,
135
135
"@multiformats/multiaddr" : " ^12.1.3" ,
136
- "c-kzg" : " matthewkeil/c-kzg-4844#3f4a7a44d6b8cdf1fac3dd777159d130d6e1cd03 " ,
136
+ "c-kzg" : " matthewkeil/c-kzg-4844#202e667ed84b39e82a5a407a2d27e733cb1dcdb6 " ,
137
137
"datastore-core" : " ^9.1.1" ,
138
138
"datastore-level" : " ^10.1.1" ,
139
139
"deepmerge" : " ^4.3.1" ,
Original file line number Diff line number Diff line change 4494
4494
resolved "https://registry.yarnpkg.com/byte-size/-/byte-size-8.1.1.tgz#3424608c62d59de5bfda05d31e0313c6174842ae"
4495
4495
integrity sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==
4496
4496
4497
- c-kzg@matthewkeil/c-kzg-4844#3f4a7a44d6b8cdf1fac3dd777159d130d6e1cd03 :
4497
+ c-kzg@matthewkeil/c-kzg-4844#202e667ed84b39e82a5a407a2d27e733cb1dcdb6 :
4498
4498
version "0.0.0"
4499
- resolved "https://codeload.github.com/matthewkeil/c-kzg-4844/tar.gz/3f4a7a44d6b8cdf1fac3dd777159d130d6e1cd03 "
4499
+ resolved "https://codeload.github.com/matthewkeil/c-kzg-4844/tar.gz/202e667ed84b39e82a5a407a2d27e733cb1dcdb6 "
4500
4500
4501
4501
cac@^6.7.14:
4502
4502
version "6.7.14"
You can’t perform that action at this time.
0 commit comments