Skip to content

Commit

Permalink
Removed rust and rebuild pipfile lock
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Suffian <[email protected]>
  • Loading branch information
ssuffian committed Mar 7, 2023
1 parent 1b8f2f4 commit d90999c
Show file tree
Hide file tree
Showing 2 changed files with 484 additions and 471 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ RUN set -ex && pip install pip pipenv --upgrade
RUN apt-get update \
&& apt-get install -yqq libenchant-2-dev

# Get Rust
RUN curl https://sh.rustup.rs -sSf | bash -s -- -y
ENV PATH="/root/.cargo/bin:${PATH}"

COPY Pipfile Pipfile
COPY Pipfile.lock Pipfile.lock
RUN set -ex && pipenv install --system --deploy --dev
Expand Down
Loading

0 comments on commit d90999c

Please sign in to comment.