Skip to content

Commit

Permalink
add rust compiler to build image
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Aug 31, 2024
1 parent c2a4cb6 commit 40c9b68
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 @@ -8,6 +8,8 @@ ARG no_proxy

ADD . /logprep
WORKDIR /logprep
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"
RUN python -m pip install --upgrade pip wheel setuptools>=72.2.0
RUN python -m venv /opt/venv
# Make sure we use the virtualenv:
Expand Down

0 comments on commit 40c9b68

Please sign in to comment.