another attempt
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 9 Mar 2023 21:12:25 +0000 (22:12 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 9 Mar 2023 21:12:25 +0000 (22:12 +0100)
Dockerfile

index 68268626e76540f42ac127c55fd09015799929e4..f7bead2d7ea229db302f5918372ec64d2a9a16ef 100644 (file)
@@ -11,8 +11,6 @@ ARG PYTHON_VERSION="3.11"
 FROM python:${PYTHON_VERSION}-alpine as wheels-builder
 ARG TARGETPLATFORM
 
-ENV PATH="${PATH}:/root/.cargo/bin"
-
 # Install buildtime packages
 RUN set -x \
     && apk add --no-cache \