Drop support for arm/v7

This commit is contained in:
Totonyus 2024-06-01 00:03:52 +02:00
parent a6310020b3
commit 6aab025321
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ COPY *.py pip_requirements_$TARGET_ARCH ./
COPY params/*.py params/*.ini params/userscript.js params/hooks_requirements ./setup/ COPY params/*.py params/*.ini params/userscript.js params/hooks_requirements ./setup/
COPY params/params_docker.ini ./setup/params.ini COPY params/params_docker.ini ./setup/params.ini
# RUN if [ "$TARGET_ARCH" = "arm" ] ; then apt update && apt install gcc python3-dev -y && apt-get autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/*; fi RUN if [ "$TARGET_ARCH" = "arm" ] ; then apt update && apt install gcc python3-dev -y && apt-get autoremove && apt-get -y clean && rm -rf /var/lib/apt/lists/*; fi
RUN apt update && apt install wget xz-utils -y RUN apt update && apt install wget xz-utils -y