1
|
## Tasks (build-podman)
|
2
|
+ podman build . -t docker.io/iabsis/mediasoup-api
|
3
|
[1/2] STEP 1/11: FROM node:20-bookworm-slim AS builder
|
4
|
Resolved "node" as an alias (/etc/containers/registries.conf.d/shortnames.conf)
|
5
|
Trying to pull docker.io/library/node:20-bookworm-slim...
|
6
|
Getting image source signatures
|
7
|
Copying blob sha256:9c96f92b936fc5f2d07c546f79e8e57565651dc5c097e26f27a1355e092007ca
|
8
|
Copying blob sha256:a8dcb64f040314236502f6e47ce36ac7a9c85e396af57548e581fc3fa6c823e9
|
9
|
Copying blob sha256:b1badc6e50664185acfaa0ca255d8076061c2a9d881cecaaad281ae11af000ce
|
10
|
Copying blob sha256:5c5dc97e456df7aff78d17eae9b5d642255944f5ac134fc621cda0866e4135fe
|
11
|
Copying blob sha256:6585861cd7415fc0df842633259c7b0beb6867ba70fb2668f85aa1cd167c9a49
|
12
|
Copying config sha256:0fbe5645404df2cc23f900e34fc2a1c3067762b678ede67692c0add80b11a6bf
|
13
|
Writing manifest to image destination
|
14
|
Storing signatures
|
15
|
[1/2] STEP 2/11: WORKDIR /usr/src/app
|
16
|
--> 50f44cb78b9
|
17
|
[1/2] STEP 3/11: COPY package*.json ./
|
18
|
--> d409f81ad15
|
19
|
[1/2] STEP 4/11: RUN apt-get update && apt install -y python3-pip build-essential python openssl libssl-dev pkg-config
|
20
|
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
|
21
|
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
|
22
|
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
|
23
|
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
|
24
|
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]
|
25
|
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [277 kB]
|
26
|
Fetched 9331 kB in 1s (9991 kB/s)
|
27
|
Reading package lists...
|
28
|
|
29
|
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
|
30
|
|
31
|
Reading package lists...
|
32
|
Building dependency tree...
|
33
|
Reading state information...
|
34
|
Package python is not available, but is referred to by another package.
|
35
|
This may mean that the package is missing, has been obsoleted, or
|
36
|
is only available from another source
|
37
|
However the following packages replace it:
|
38
|
python-is-python3 2to3
|
39
|
|
40
|
E: Package 'python' has no installation candidate
|
41
|
Error: building at STEP "RUN apt-get update && apt install -y python3-pip build-essential python openssl libssl-dev pkg-config": while running runtime: exit status 100
|
42
|
|
43
|
Container exited with error code: 100
|