accidentally pasted into dockerfile ;;
This commit is contained in:
parent
55b735a1ee
commit
576a50bb46
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN tar -xzf "node-v${NODE_VERSION}.tar.gz"
|
|||
WORKDIR node-v${NODE_VERSION}
|
||||
|
||||
RUN ./configure --prefix=/usr --shared-brotli --shared-zlib --shared-libuv --shared-openssl --shared-cares --shared-nghttp2 --ninja --without-npm --with-intl=system-icu --openssl-use-def-ca-store
|
||||
apk info bash
|
||||
|
||||
RUN make BUILDTYPE=Release
|
||||
|
||||
RUN make install
|
||||
|
|
Loading…
Add table
Reference in a new issue