Skip to content

Commit

Permalink
Tumbleweed now install python 3.10 as "python3.10"
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherRabotin committed Jun 23, 2023
1 parent 4effa10 commit 36282fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN pip install maturin
COPY . /app

# And build in release only
CMD ["maturin", "build", "-F", "python", "--release", "-i", "python3"]
CMD ["maturin", "build", "-F", "python", "--release", "-i", "python3.10", "--strip"]

0 comments on commit 36282fa

Please sign in to comment.