We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 516072d commit 3a34e4dCopy full SHA for 3a34e4d
1 file changed
Dockerfile.Node20fips
@@ -23,10 +23,7 @@ RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100
23
WORKDIR /usr/src/node
24
COPY . .
25
26
-RUN ./configure --openssl-is-fips
27
-RUN ./configure --shared-openssl
28
-
29
-RUN ./configure --experimental-enable-pointer-compression
+RUN ./configure --openssl-is-fips --shared-openssl --experimental-enable-pointer-compression
30
RUN make -j4 install DESTDIR=./node-install
31
32
CMD ["bash"]
0 commit comments