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 696a2bb commit fcff9a3Copy full SHA for fcff9a3
ubuntu-22.04-risc/Dockerfile
@@ -42,14 +42,12 @@ ENV PATH="$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH"
42
RUN curl https://pyenv.run | bash
43
44
ARG PYTHON_CONFIGURE_OPTS="--enable-shared"
45
-
46
ARG LDFLAGS="-Wl,-rpath,/opt/sqlite3/lib -L/opt/sqlite3/lib -lsqlite3"
47
ARG CPPFLAGS="-I/opt/sqlite3/include"
48
49
RUN pyenv install 3.8
50
RUN pyenv install 3.9
51
RUN pyenv install 3.10
52
53
RUN pyenv install 3.11
54
RUN pyenv install 3.12
55
0 commit comments