From 576a50bb461221a528b178ec6e95e010547b129b Mon Sep 17 00:00:00 2001 From: brooke Date: Wed, 17 Jul 2024 13:06:03 -0400 Subject: [PATCH] accidentally pasted into dockerfile ;; --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e31a2b9..743c154 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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