File tree Expand file tree Collapse file tree 2 files changed +2
-20
lines changed
Expand file tree Collapse file tree 2 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 3333 uuid-dev \
3434 #upx
3535 upx \
36- # required because openSSL on Ubuntu 12.04 and 14.04 run out of support versions of OpenSSL
37- && mkdir openssl \
38- && cd openssl \
39- # latest version, there won't be anything newer for this
40- && wget https://www.openssl.org/source/openssl-1.0.2u.tar.gz \
41- && tar -xzvf openssl-1.0.2u.tar.gz \
42- && cd openssl-1.0.2u \
43- && ./config --prefix=$HOME/openssl --openssldir=$HOME/openssl shared zlib \
44- && make \
45- && make install \
36+ libssl-dev \
4637 # install pyenv
4738 && echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc \
4839 && echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc \
Original file line number Diff line number Diff line change 3333 uuid-dev \
3434 #upx
3535 upx \
36- # required because openSSL on Ubuntu 12.04 and 14.04 run out of support versions of OpenSSL
37- && mkdir openssl \
38- && cd openssl \
39- # latest version, there won't be anything newer for this
40- && wget https://www.openssl.org/source/openssl-1.0.2u.tar.gz \
41- && tar -xzvf openssl-1.0.2u.tar.gz \
42- && cd openssl-1.0.2u \
43- && ./config --prefix=$HOME/openssl --openssldir=$HOME/openssl shared zlib \
44- && make \
45- && make install \
36+ libssl-dev \
4637 # install pyenv
4738 && echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc \
4839 && echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bashrc \
You can’t perform that action at this time.
0 commit comments