Skip to content

Commit

Permalink
rpath
Browse files Browse the repository at this point in the history
  • Loading branch information
altendky committed Jul 23, 2024
1 parent 8384e02 commit ec6932e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ubuntu-22.04-risc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,13 @@ RUN curl https://pyenv.run | bash

ARG PYTHON_CONFIGURE_OPTS="--enable-shared"

ARG LDFLAGS="-L/opt/sqlite3/lib -lsqlite3"
ARG LDFLAGS="-Wl,-rpath,/opt/sqlite3/lib -L/opt/sqlite3/lib -lsqlite3"
ARG CPPFLAGS="-I/opt/sqlite3/include"

RUN pyenv install 3.8
RUN pyenv install 3.9
RUN pyenv install 3.10

# needed only for the 3.11+ builds
ENV LD_LIBRARY_PATH="/opt/sqlite3/lib"

RUN pyenv install 3.11
RUN pyenv install 3.12

Expand Down

0 comments on commit ec6932e

Please sign in to comment.