Код: Выделить всё
#> apt install jq
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libjq1 libonig5
The following NEW packages will be installed:
jq libjq1 libonig5
0 upgraded, 3 newly installed, 0 to remove and 5 not upgraded.
Need to get 385 kB of archives.
After this operation, 1164 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Err:1 http://deb.debian.org/debian bookworm/main amd64 libonig5 amd64 6.9.8-1
403 FORBIDDEN [IP: 151.101.130.132 80]
Err:2 http://deb.debian.org/debian bookworm/main amd64 libjq1 amd64 1.6-2.1+deb12u1
403 FORBIDDEN [IP: 151.101.130.132 80]
Err:3 http://deb.debian.org/debian bookworm/main amd64 jq amd64 1.6-2.1+deb12u1
403 FORBIDDEN [IP: 151.101.130.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/libo/libonig/libonig5_6.9.8-1_amd64.deb 403 FORBIDDEN [IP: 151.101.130.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/j/jq/libjq1_1.6-2.1%2bdeb12u1_amd64.deb 403 FORBIDDEN [IP: 151.101.130.132 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/j/jq/jq_1.6-2.1%2bdeb12u1_amd64.deb 403 FORBIDDEN [IP: 151.101.130.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Мой файл Dockerfile выглядит следующим образом:
Код: Выделить всё
FROM python:3.15-rc-bookworm
LABEL authors="mmonfort"
RUN mkdir /app
WORKDIR /app
COPY requirements.txt .
# RUN apt update && apt install jq -y
RUN pip install -r requirements.txt
COPY . .
RUN touch /python.log
CMD ["tail", "-f" , "/python.log"]
У меня есть сетевой эксперт, работающий над сетевой частью... но мне интересно, есть ли у вас какие-нибудь идеи, чтобы помочь нам?>
Мобильная версия