We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72df373 commit 9da6953Copy full SHA for 9da6953
ubuntu-20.04/Dockerfile
@@ -73,7 +73,8 @@ RUN git clone https://github.com/pyenv/pyenv.git ~/.pyenv && \
73
export LDFLAGS="-L/usr/local/openssl/lib" && \
74
export CPPFLAGS="-I/usr/local/openssl/include" && \
75
export PKG_CONFIG_PATH="/usr/local/openssl/lib/pkgconfig" && \
76
- pyenv install 3.11 --with-openssl=/usr/local/openssl && \
+ export CONFIGURE_OPTS="--with-openssl=/usr/local/openssl" && \
77
+ pyenv install 3.11 --verbose && \
78
pyenv global 3.11 && \
79
pip install --upgrade pip && \
80
pip install --no-cache-dir py3createtorrent && \
0 commit comments