Skip to content

Commit

Permalink
Bcrypt added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen0x7 committed Sep 18, 2024
1 parent 9696491 commit e3af8f2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,15 @@ RUN apt update -qq \
--with-url \
&& cd .. \
&& rm boost_1_86_0 -rf \
&& rm boost_1_86_0.tar.gz
&& rm boost_1_86_0.tar.gz \
&& git clone https://github.com/trusch/libbcrypt \
&& cd libbcrypt \
&& mkdir build \
&& cd build \
&& cmake .. \
&& make \
&& make install \
&& ldconfig \
&& cd .. \
&& cd .. \
&& rm libbcrypt -rf

0 comments on commit e3af8f2

Please sign in to comment.