Skip to content

Commit fcff9a3

Browse files
authored
Update Dockerfile
1 parent 696a2bb commit fcff9a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ubuntu-22.04-risc/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,12 @@ ENV PATH="$PYENV_ROOT/shims:$PYENV_ROOT/bin:$PATH"
4242
RUN curl https://pyenv.run | bash
4343

4444
ARG PYTHON_CONFIGURE_OPTS="--enable-shared"
45-
4645
ARG LDFLAGS="-Wl,-rpath,/opt/sqlite3/lib -L/opt/sqlite3/lib -lsqlite3"
4746
ARG CPPFLAGS="-I/opt/sqlite3/include"
4847

4948
RUN pyenv install 3.8
5049
RUN pyenv install 3.9
5150
RUN pyenv install 3.10
52-
5351
RUN pyenv install 3.11
5452
RUN pyenv install 3.12
5553

0 commit comments

Comments
 (0)