Skip to content

Commit

Permalink
Merge pull request #149 from cisagov/improvement/remove_custom_cargo_…
Browse files Browse the repository at this point in the history
…configuration

Remove the custom Cargo configuration
  • Loading branch information
mcdonnnj authored Oct 8, 2024
2 parents 952b74b + 323eb6c commit 5660a90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ RUN apk --no-cache add \
python3-dev=3.12.7-r0 \
python3=3.12.7-r0

# Copy in our custom Cargo configuration file
COPY src/config.toml /root/.cargo/

# Install pipenv to manage installing the Python dependencies into a created
# Python virtual environment. This is done separately from the virtual
# environment so that pipenv and its dependencies are not installed in the
Expand Down
7 changes: 0 additions & 7 deletions src/config.toml

This file was deleted.

0 comments on commit 5660a90

Please sign in to comment.