♻️ Retry with changes from BigCheeZ/tubesync

https://github.com/BigCheeZ/tubesync/tree/aarch64_support
This commit is contained in:
SweetMNM 2022-06-07 20:51:48 +03:00
parent 5954dba48d
commit 4735e72f12
3 changed files with 7 additions and 5 deletions

View File

@ -44,6 +44,9 @@ RUN export ARCH=$(case ${TARGETPLATFORM:-linux/amd64} in \
COPY tubesync /app COPY tubesync /app
COPY tubesync/tubesync/local_settings.py.container /app/tubesync/local_settings.py COPY tubesync/tubesync/local_settings.py.container /app/tubesync/local_settings.py
# Copy over pip.conf to use piwheels
COPY pip.conf /etc/pip.conf
# Add Pipfile # Add Pipfile
COPY Pipfile /app/Pipfile COPY Pipfile /app/Pipfile
COPY Pipfile.lock /app/Pipfile.lock COPY Pipfile.lock /app/Pipfile.lock
@ -62,6 +65,7 @@ RUN set -x && \
python3-pip \ python3-pip \
python3-dev \ python3-dev \
gcc \ gcc \
g++ \
make \ make \
default-libmysqlclient-dev \ default-libmysqlclient-dev \
libmariadb3 \ libmariadb3 \
@ -101,6 +105,7 @@ RUN set -x && \
python3-pip \ python3-pip \
python3-dev \ python3-dev \
gcc \ gcc \
g++ \
make \ make \
default-libmysqlclient-dev \ default-libmysqlclient-dev \
postgresql-common \ postgresql-common \

View File

@ -3,11 +3,6 @@ name = "pypi"
url = "https://pypi.org/simple" url = "https://pypi.org/simple"
verify_ssl = true verify_ssl = true
[[source]]
name = "piwheels"
url = "https://www.piwheels.org/simple"
verify_ssl = true
[dev-packages] [dev-packages]
[packages] [packages]

2
pip.conf Normal file
View File

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