Skip to content

Commit

Permalink
fix: Try to find rust compiler.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjw committed Jul 9, 2024
1 parent 8818f91 commit 32d438c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY dist/glowprom-$VERSION.tar.gz /

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

RUN pip install /glowprom-$VERSION.tar.gz
RUN . "$HOME/.cargo/env" && pip install /glowprom-$VERSION.tar.gz

ENTRYPOINT ["glowprom"]
CMD []

0 comments on commit 32d438c

Please sign in to comment.