Skip to content

Commit

Permalink
fix: Install rust compiler in Docker to allow Python dependencies to …
Browse files Browse the repository at this point in the history
…build on arm v7.
  • Loading branch information
andrewjw authored Jul 4, 2024
1 parent acc2725 commit 6607555
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM python:3.12

ARG VERSION

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh && rustup toolchain install stable

RUN pip install glowprom==$VERSION

ENTRYPOINT ["glowprom"]
Expand Down

0 comments on commit 6607555

Please sign in to comment.