Skip to content

Commit 3d1d1e3

Browse files
committed
add compile env
Signed-off-by: clyi <clyi@alauda.io>
1 parent 4515eeb commit 3d1d1e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dist/images/Dockerfile.base

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ RUN cd /usr/src/openbfdd && \
133133
./configure --enable-silent-rules && \
134134
make
135135

136+
ENV OPENSSL_CONF=/usr/local/openssl-fips/ssl/fipsmodule.cnf
137+
ENV LD_LIBRARY_PATH=/usr/local/openssl-fips/lib64:$LD_LIBRARY_PATH
136138
RUN wget https://www.openssl.org/source/openssl-3.5.0.tar.gz && \
137139
tar -xzf openssl-3.5.0.tar.gz && \
138140
cd openssl-3.5.0 && \

0 commit comments

Comments
 (0)