Merge pull request #831 from tcely/patch-10

Delete pip.conf
This commit is contained in:
meeb 2025-03-18 06:09:00 +11:00 committed by GitHub
commit d222df1aae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

View File

@ -313,9 +313,6 @@ RUN --mount=type=cache,id=apt-lib-cache-${TARGETARCH},sharing=private,target=/va
apt-get -y autopurge && \ apt-get -y autopurge && \
apt-get -y autoclean apt-get -y autoclean
# Copy over pip.conf to use piwheels
COPY pip.conf /etc/pip.conf
# Switch workdir to the the app # Switch workdir to the the app
WORKDIR /app WORKDIR /app

View File

@ -1,2 +0,0 @@
[global]
extra-index-url=https://www.piwheels.org/simple