Skip to content

Commit 3a34e4d

Browse files
singular configure cmd
1 parent 516072d commit 3a34e4d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile.Node20fips

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +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 --openssl-is-fips
27-
RUN ./configure --shared-openssl
28-
29-
RUN ./configure --experimental-enable-pointer-compression
26+
RUN ./configure --openssl-is-fips --shared-openssl --experimental-enable-pointer-compression
3027
RUN make -j4 install DESTDIR=./node-install
3128

3229
CMD ["bash"]

0 commit comments

Comments
 (0)