chore(ide): simplify openssl install process
This commit is contained in:
parent
71394a7f9a
commit
04cf851b80
@ -187,8 +187,7 @@ RUN ${XDG_DATA_HOME}/rtx/bin/rtx plugins install --force --yes \
|
||||
# example: KERL_CONFIGURE_OPTIONS="-with-ssl=${HOME}/.local/lib/ssl" asdf install
|
||||
RUN mkdir -p ${HOME}/.local/src \
|
||||
&& cd ${HOME}/.local/src \
|
||||
&& wget https://www.openssl.org/source/openssl-1.1.1m.tar.gz \
|
||||
&& tar -xzf openssl-1.1.1m.tar.gz \
|
||||
&& curl -L https://www.openssl.org/source/openssl-1.1.1m.tar.gz | tar -xz \
|
||||
&& cd openssl-1.1.1m \
|
||||
&& ./config --prefix=${HOME}/.local/lib/ssl --openssldir=${HOME}/.local/lib/ssl shared zlib \
|
||||
&& make \
|
||||
|
Loading…
x
Reference in New Issue
Block a user