chore: update dockerfile

This commit is contained in:
Jack Waller
2025-09-22 15:56:50 +10:00
parent 0925a5a4fd
commit b0e3d421bd

View File

@@ -16,7 +16,7 @@ RUN yarn && yarn build
FROM public.ecr.aws/docker/library/node:20.18.1-alpine FROM public.ecr.aws/docker/library/node:20.18.1-alpine
RUN apk add python3 make g++ --virtual .build &&\ RUN apk add python3 make g++ --virtual .build &&\
npm install -C /lib bigint-buffer @triton-one/yellowstone-grpc@1.3.0 helius-laserstream &&\ npm install -C /lib bigint-buffer @triton-one/yellowstone-grpc@1.3.0 helius-laserstream@0.1.8 &&\
apk del .build apk del .build
COPY --from=builder /app/lib/ ./lib/ COPY --from=builder /app/lib/ ./lib/