Docker Ubuntu E: Failed to fetch URL 404 Not Foundでapt installできない

ERROR

Docker Ubuntuでapt installできない

Ubuntuイメージのバージョンが19.10だったので20.04に変更したら解決しました。

エラーが起きたときのDockerfile


FROM ubuntu:19.10
MAINTAINER  ""

RUN apt-get update
RUN apt-get install -y python3.8 python3-dev vim wget python3-distutils build-essential libssl-dev libffi-dev

RUN cd /usr/bin/ && ln -s /usr/bin/python3.8 python
RUN python -V

エラー内容


$ docker build -f Dockerfile.develop -t ubuntu .
Sending build context to Docker daemon  104.4kB
Step 1/22 : FROM ubuntu:19.10
 ---> e9ccb229a23d
Step 2/22 : MAINTAINER ""
 ---> Using cache
 ---> 99a2bc19080c
Step 3/22 : RUN apt-get update
 ---> Using cache
 ---> 40395dfe67ad
Step 4/22 : RUN apt-get install -y python3.7 python3.7-dev vim wget supervisor python3-distutils
 ---> Running in 757475cea60f
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  ca-certificates file libc-dev-bin libc6-dev libexpat1 libexpat1-dev libgpm2
  libmagic-mgc libmagic1 libmpdec2 libpsl5 libpython-stdlib libpython2-stdlib
  libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib libpython3.7
  libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib libreadline8
  libsqlite3-0 libssl1.1 linux-libc-dev manpages manpages-dev mime-support
  openssl publicsuffix python python-meld3 python-minimal python-pkg-resources
  python2 python2-minimal python2.7 python2.7-minimal python3 python3-lib2to3
  python3-minimal python3.7-minimal readline-common vim-common vim-runtime xxd
  xz-utils zlib1g-dev
Suggested packages:
  glibc-doc gpm man-browser python-doc python-tk python-setuptools python2-doc
  python2.7-doc binutils binfmt-support python3-doc python3-tk python3-venv
  python3.7-venv python3.7-doc readline-doc supervisor-doc ctags vim-doc
  vim-scripts
The following NEW packages will be installed:
  ca-certificates file libc-dev-bin libc6-dev libexpat1 libexpat1-dev libgpm2
  libmagic-mgc libmagic1 libmpdec2 libpsl5 libpython-stdlib libpython2-stdlib
  libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib libpython3.7
  libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib libreadline8
  libsqlite3-0 libssl1.1 linux-libc-dev manpages manpages-dev mime-support
  openssl publicsuffix python python-meld3 python-minimal python-pkg-resources
  python2 python2-minimal python2.7 python2.7-minimal python3
  python3-distutils python3-lib2to3 python3-minimal python3.7 python3.7-dev
  python3.7-minimal readline-common supervisor vim vim-common vim-runtime wget
  xxd xz-utils zlib1g-dev
0 upgraded, 53 newly installed, 0 to remove and 10 not upgraded.
Need to get 33.0 MB of archives.
After this operation, 151 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu eoan/main amd64 libssl1.1 amd64 1.1.1c-1ubuntu4 [1314 kB]
Err:2 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 libpython3.7-minimal amd64 3.7.5-2~19.10
  404  Not Found [IP: 91.189.88.142 80]
Get:3 http://archive.ubuntu.com/ubuntu eoan/main amd64 libexpat1 amd64 2.2.7-2 [73.8 kB]
Err:4 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 python3.7-minimal amd64 3.7.5-2~19.10
  404  Not Found [IP: 91.189.88.142 80]
Get:5 http://archive.ubuntu.com/ubuntu eoan/main amd64 python3-minimal amd64 3.7.5-1 [23.3 kB]
Get:6 http://archive.ubuntu.com/ubuntu eoan/main amd64 mime-support all 3.63ubuntu1 [30.8 kB]
Get:7 http://archive.ubuntu.com/ubuntu eoan/main amd64 libmpdec2 amd64 2.4.2-2 [84.1 kB]
Get:8 http://archive.ubuntu.com/ubuntu eoan/main amd64 readline-common all 8.0-3 [53.5 kB]
Get:9 http://archive.ubuntu.com/ubuntu eoan/main amd64 libreadline8 amd64 8.0-3 [130 kB]
Ign:10 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 libsqlite3-0 amd64 3.29.0-2ubuntu0.2
Err:11 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 libpython3.7-stdlib amd64 3.7.5-2~19.10
  404  Not Found [IP: 91.189.88.142 80]
Err:12 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 python3.7 amd64 3.7.5-2~19.10
  404  Not Found [IP: 91.189.88.142 80]
Get:13 http://archive.ubuntu.com/ubuntu eoan/main amd64 libpython3-stdlib amd64 3.7.5-1 [6848 B]
Get:14 http://archive.ubuntu.com/ubuntu eoan/main amd64 python3 amd64 3.7.5-1 [47.2 kB]
Get:15 http://archive.ubuntu.com/ubuntu eoan-updates/universe amd64 libpython2.7-minimal amd64 2.7.17-1~19.10 [335 kB]
Err:10 http://security.ubuntu.com/ubuntu eoan-updates/main amd64 libsqlite3-0 amd64 3.29.0-2ubuntu0.2
  404  Not Found [IP: 91.189.88.142 80]
Get:16 http://archive.ubuntu.com/ubuntu eoan-updates/universe amd64 python2.7-minimal amd64 2.7.17-1~19.10 [1307 kB]
Get:17 http://archive.ubuntu.com/ubuntu eoan/universe amd64 python2-minimal amd64 2.7.17-1 [27.8 kB]
Get:18 http://archive.ubuntu.com/ubuntu eoan/universe amd64 python-minimal amd64 2.7.17-1 [5996 B]
Get:19 http://archive.ubuntu.com/ubuntu eoan-updates/universe amd64 libpython2.7-stdlib amd64 2.7.17-1~19.10 [1881 kB]
Get:20 http://archive.ubuntu.com/ubuntu eoan-updates/universe amd64 python2.7 amd64 2.7.17-1~19.10 [248 kB]
Get:21 http://archive.ubuntu.com/ubuntu eoan/universe amd64 libpython2-stdlib amd64 2.7.17-1 [7400 B]
Get:22 http://archive.ubuntu.com/ubuntu eoan/universe amd64 libpython-stdlib amd64 2.7.17-1 [5836 B]
Get:23 http://archive.ubuntu.com/ubuntu eoan/universe amd64 python2 amd64 2.7.17-1 [26.5 kB]
Get:24 http://archive.ubuntu.com/ubuntu eoan/universe amd64 python amd64 2.7.17-1 [7836 B]
Get:25 http://archive.ubuntu.com/ubuntu eoan/main amd64 openssl amd64 1.1.1c-1ubuntu4 [619 kB]
Get:26 http://archive.ubuntu.com/ubuntu eoan/main amd64 ca-certificates all 20190110 [146 kB]
Get:27 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 libmagic-mgc amd64 1:5.37-5ubuntu0.1 [210 kB]
Get:28 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 libmagic1 amd64 1:5.37-5ubuntu0.1 [75.4 kB]
Get:29 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 file amd64 1:5.37-5ubuntu0.1 [23.2 kB]
Get:30 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 xxd amd64 2:8.1.0875-5ubuntu2.1 [49.4 kB]
Get:31 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 vim-common all 2:8.1.0875-5ubuntu2.1 [84.0 kB]
Get:32 http://archive.ubuntu.com/ubuntu eoan/main amd64 xz-utils amd64 5.2.4-1 [82.5 kB]
Get:33 http://archive.ubuntu.com/ubuntu eoan/main amd64 libpsl5 amd64 0.20.2-2 [50.0 kB]
Get:34 http://archive.ubuntu.com/ubuntu eoan/main amd64 manpages all 5.02-1 [1297 kB]
Get:35 http://archive.ubuntu.com/ubuntu eoan/main amd64 publicsuffix all 20190723.1836-1 [110 kB]
Get:36 http://archive.ubuntu.com/ubuntu eoan/main amd64 wget amd64 1.20.3-1ubuntu1 [349 kB]
Err:37 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 libc-dev-bin amd64 2.30-0ubuntu2.1
  404  Not Found [IP: 91.189.88.142 80]
Ign:38 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 linux-libc-dev amd64 5.3.0-46.38
Err:39 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 libc6-dev amd64 2.30-0ubuntu2.1
  404  Not Found [IP: 91.189.88.142 80]
Get:40 http://archive.ubuntu.com/ubuntu eoan/main amd64 libexpat1-dev amd64 2.2.7-2 [116 kB]
Get:41 http://archive.ubuntu.com/ubuntu eoan/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB]
Err:42 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 libpython3.7 amd64 3.7.5-2~19.10
  404  Not Found [IP: 91.189.88.142 80]
Err:43 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 libpython3.7-dev amd64 3.7.5-2~19.10
  404  Not Found [IP: 91.189.88.142 80]
Err:38 http://security.ubuntu.com/ubuntu eoan-updates/main amd64 linux-libc-dev amd64 5.3.0-46.38
  404  Not Found [IP: 91.189.88.142 80]
Get:44 http://archive.ubuntu.com/ubuntu eoan/main amd64 manpages-dev all 5.02-1 [2250 kB]
Get:45 http://archive.ubuntu.com/ubuntu eoan/universe amd64 python-pkg-resources all 41.1.0-1 [129 kB]
Get:46 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 python3-lib2to3 all 3.7.5-1build1 [75.6 kB]
Get:47 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 python3-distutils all 3.7.5-1build1 [142 kB]
Get:48 http://archive.ubuntu.com/ubuntu eoan/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1ubuntu3 [172 kB]
Err:49 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 python3.7-dev amd64 3.7.5-2~19.10
  404  Not Found [IP: 91.189.88.142 80]
Get:50 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 vim-runtime all 2:8.1.0875-5ubuntu2.1 [5668 kB]
Get:51 http://archive.ubuntu.com/ubuntu eoan-updates/main amd64 vim amd64 2:8.1.0875-5ubuntu2.1 [1208 kB]
Get:52 http://archive.ubuntu.com/ubuntu eoan/universe amd64 python-meld3 all 1.0.2-2 [30.9 kB]
Get:53 http://archive.ubuntu.com/ubuntu eoan/universe amd64 supervisor all 3.3.5-1 [259 kB]
Fetched 18.8 MB in 19s (993 kB/s)
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3.7/libpython3.7-minimal_3.7.5-2~19.10_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3.7/python3.7-minimal_3.7.5-2~19.10_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/s/sqlite3/libsqlite3-0_3.29.0-2ubuntu0.2_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3.7/libpython3.7-stdlib_3.7.5-2~19.10_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3.7/python3.7_3.7.5-2~19.10_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc-dev-bin_2.30-0ubuntu2.1_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_5.3.0-46.38_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/libc6-dev_2.30-0ubuntu2.1_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3.7/libpython3.7_3.7.5-2~19.10_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3.7/libpython3.7-dev_3.7.5-2~19.10_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/p/python3.7/python3.7-dev_3.7.5-2~19.10_amd64.deb  404  Not Found [IP: 91.189.88.142 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The command '/bin/sh -c apt-get install -y python3.7 python3.7-dev vim wget supervisor python3-distutils' returned a non-zero code: 100

解決したときのDockerfile


FROM ubuntu:20.04
MAINTAINER  ""

RUN apt-get update
RUN apt-get install -y python3.8 python3-dev vim wget python3-distutils build-essential libssl-dev libffi-dev

RUN cd /usr/bin/ && ln -s /usr/bin/python3.8 python
RUN python -V
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x