make it work on newer Node.JS
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Daniel Wolf 2023-04-15 08:35:03 -04:00
parent 5a8c3796c6
commit 88fbbfa02b
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM nephatrine/nxbuilder:alpine AS builder
ARG H5AI_VERSION=0.31.0
RUN git -C ${HOME} clone -b "$H5AI_VERSION" --single-branch --depth=1 https://github.com/glubsy/h5ai.git
ARG NODE_OPTIONS=--openssl-legacy-provider
RUN echo "====== COMPILE H5AI ======" \
&& cd ${HOME}/h5ai \
&& npm install && npm run build \