accidentally pasted into dockerfile ;;

This commit is contained in:
brooke 2024-07-17 13:06:03 -04:00
parent 55b735a1ee
commit 576a50bb46

View file

@ -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