diff --git a/Dockerfile b/Dockerfile index 55d927ba..99e2b102 100644 --- a/Dockerfile +++ b/Dockerfile @@ -313,9 +313,6 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va apt-get -y autopurge && \ apt-get -y autoclean -# Copy over pip.conf to use piwheels -COPY pip.conf /etc/pip.conf - # Switch workdir to the the app WORKDIR /app diff --git a/pip.conf b/pip.conf deleted file mode 100644 index e92bae15..00000000 --- a/pip.conf +++ /dev/null @@ -1,2 +0,0 @@ -[global] -extra-index-url=https://www.piwheels.org/simple