22 days ago
✕ [2/6] RUN apt-get update && apt-get install -y --no-install-recommends build-essential libssl-dev ca-certificates libasound2 wget uuid-dev
process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential libssl-dev ca-certificates libasound2 wget uuid-dev" did not complete successfully: exit code: 100
Dockerfile:5
-------------------
4 | # Update the package list and install the required packages
5 | >>> RUN apt-get update && \
6 | >>> apt-get install -y --no-install-recommends \
7 | >>> build-essential \
8 | >>> libssl-dev \
9 | >>> ca-certificates \
10 | >>> libasound2 \
11 | >>> wget \
12 | >>> uuid-dev
13 |
-------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential libssl-dev ca-certificates libasound2 wget uuid-dev" did not complete successfully: exit code: 100
3 Replies
22 days ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
22 days ago
This might be relevant as well:
[1/6] FROM docker.io/library/python:3.9-slim-buster@sha256:320a7a4250aba4249f458872adecf92eea88dc6abd2d76dc5c0f01cac9b53990
[internal] load build context
[internal] load build context 0 ms
[internal] load build context
[1/6] FROM docker.io/library/python:3.9-slim-buster@sha256:320a7a4250aba4249f458872adecf92eea88dc6abd2d76dc5c0f01cac9b53990 7 ms
[1/6] FROM docker.io/library/python:3.9-slim-buster@sha256:320a7a4250aba4249f458872adecf92eea88dc6abd2d76dc5c0f01cac9b53990 0 ms
[internal] load build context 21 ms
[1/6] FROM docker.io/library/python:3.9-slim-buster@sha256:320a7a4250aba4249f458872adecf92eea88dc6abd2d76dc5c0f01cac9b53990 26 ms
[1/6] FROM docker.io/library/python:3.9-slim-buster@sha256:320a7a4250aba4249f458872adecf92eea88dc6abd2d76dc5c0f01cac9b53990 429 ms
[2/6] RUN apt-get update && apt-get install -y --no-install-recommends build-essential libssl-dev ca-certificates libasound2 wget uuid-dev
Ign:1 http://deb.debian.org/debian buster InRelease
Ign:2 http://deb.debian.org/debian-security buster/updates InRelease
Ign:3 http://deb.debian.org/debian buster-updates InRelease
Err:4 http://deb.debian.org/debian buster Release 404 Not Found [IP: 151.101.2.132 80]
Err:5 http://deb.debian.org/debian-security buster/updates Release 404 Not Found [IP: 151.101.2.132 80]
Err:6 http://deb.debian.org/debian buster-updates Release 404 Not Found [IP: 151.101.2.132 80]
Reading package lists...
E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file. E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file. E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file.
Status changed to Solved iamtheam • 22 days ago
22 days ago
Resolved: updated python slim-buster to bullseye
Status changed to Awaiting Railway Response Railway • 22 days ago
Status changed to Solved brody • 21 days ago