Skip to content

Commit 661e508

Browse files
committed
Remove the custom Cargo configuration
In the move from Alpine Linux 3.17 to 3.18 we also moved from Cargo 1.64.0 to 1.71.1. This takes us past Rust 1.68 (since Cargo uses the same version) which introduced sparse registries and as a result this should resolve #38.
1 parent c6c10dd commit 661e508

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

Dockerfile

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ RUN apk --no-cache add \
4444
python3-dev=3.11.8-r0 \
4545
python3=3.11.8-r0
4646

47-
# Copy in our custom Cargo configuration file
48-
COPY src/config.toml /root/.cargo/
49-
5047
# Install pipenv to manage installing the Python dependencies into a created
5148
# Python virtual environment. This is done separately from the virtual
5249
# environment so that pipenv and its dependencies are not installed in the

src/config.toml

-7
This file was deleted.

0 commit comments

Comments
 (0)