Skip to content

Commit 9da6953

Browse files
committed
Add in CONFIGURE_OPTS
1 parent 72df373 commit 9da6953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ubuntu-20.04/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ RUN git clone https://github.com/pyenv/pyenv.git ~/.pyenv && \
7373
export LDFLAGS="-L/usr/local/openssl/lib" && \
7474
export CPPFLAGS="-I/usr/local/openssl/include" && \
7575
export PKG_CONFIG_PATH="/usr/local/openssl/lib/pkgconfig" && \
76-
pyenv install 3.11 --with-openssl=/usr/local/openssl && \
76+
export CONFIGURE_OPTS="--with-openssl=/usr/local/openssl" && \
77+
pyenv install 3.11 --verbose && \
7778
pyenv global 3.11 && \
7879
pip install --upgrade pip && \
7980
pip install --no-cache-dir py3createtorrent && \

0 commit comments

Comments
 (0)