Skip to content

Commit

Permalink
try to fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
oussama Dahmaz authored and oussama Dahmaz committed Aug 22, 2024
1 parent 25a5078 commit 6b30803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ARG openssl_version=1.1.1k
RUN cd $YADOMS_DEPS_PATH \
&& wget --no-verbose https://www.openssl.org/source/openssl-$openssl_version.tar.gz \
&& tar xzf openssl-$openssl_version.tar.gz && cd openssl-$openssl_version \
&& ./Configure --prefix=$YADOMS_DEPS_PATH/openssl -fPIC linux-x86_64\
&& ./Configure -fPIC linux-x86_64\
&& make \
&& make install \
&& cd .. && rm -Rf openssl-$openssl_version && rm $YADOMS_DEPS_PATH/openssl-$openssl_version.tar.gz \
Expand Down

0 comments on commit 6b30803

Please sign in to comment.