Skip to content

Commit 1be6c5e

Browse files
hardcode openssl-conf-name as openssl_conf
1 parent d54b59c commit 1be6c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.Node20fips

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 100
2323
WORKDIR /usr/src/node
2424
COPY . .
2525

26-
RUN ./configure --shared-openssl --experimental-enable-pointer-compression
26+
RUN ./configure --shared-openssl --experimental-enable-pointer-compression --openssl-conf-name 'openssl_conf'
2727
RUN make -j4 install DESTDIR=./node-install
2828

2929
CMD ["bash"]

0 commit comments

Comments
 (0)