Skip to content

Commit

Permalink
Add in CONFIGURE_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Jan 8, 2025
1 parent 72df373 commit 9da6953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuntu-20.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ RUN git clone https://github.com/pyenv/pyenv.git ~/.pyenv && \
export LDFLAGS="-L/usr/local/openssl/lib" && \
export CPPFLAGS="-I/usr/local/openssl/include" && \
export PKG_CONFIG_PATH="/usr/local/openssl/lib/pkgconfig" && \
pyenv install 3.11 --with-openssl=/usr/local/openssl && \
export CONFIGURE_OPTS="--with-openssl=/usr/local/openssl" && \
pyenv install 3.11 --verbose && \
pyenv global 3.11 && \
pip install --upgrade pip && \
pip install --no-cache-dir py3createtorrent && \
Expand Down

0 comments on commit 9da6953

Please sign in to comment.