Skip to content

Commit

Permalink
fix amd64 build actually?
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed May 2, 2024
1 parent 4b450ab commit b0b3489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian-fips/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN mkdir -p $build_root && \
make -j$(nproc) && \
make install_sw install_ssldirs install_fips && \
(cp -r /usr/local/lib64/* /usr/local/lib/ || true) && \
openssl fipsinstall -out /usr/local/ssl/fipsmodule.cnf -module $(find /usr/local -name fips.so) && \
openssl fipsinstall -out /usr/local/ssl/fipsmodule.cnf -module $(find /usr/local/lib -name fips.so) && \
sed -i "s:# .include fipsmodule.cnf:.include /usr/local/ssl/fipsmodule.cnf:" /usr/local/ssl/openssl.cnf && \
sed -i 's:# fips = fips_sect:fips = fips_sect:' /usr/local/ssl/openssl.cnf && \
sed -i 's:# \[provider_sect\]:\[provider_sect\]:' /usr/local/ssl/openssl.cnf && \
Expand Down

0 comments on commit b0b3489

Please sign in to comment.