(base) asterion@MonstaPC:~/dev/deepwiki-open$ echo "OLLAMA_HOST=your_ollama_host" >> .env
(base) asterion@MonstaPC:~/dev/deepwiki-open$ more .env
OLLAMA_HOST=your_ollama_host
(base) asterion@MonstaPC:~/dev/deepwiki-open$ docker compose up
[+] Building 61.0s (24/32)
=> [internal] load local bake definitions 0.0s
=> => reading from stdin 537B 0.0s
=> [internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 3.88kB 0.0s
=> resolve image config for docker-image://docker.io/docker/dockerfile:1-labs 1.4s
=> CACHED docker-image://docker.io/docker/dockerfile:1-labs@sha256:7eca9451d94f9b8ad22e44988b92d595d3e4d65163794237949a8c3413fbed5d 0.0s
=> [internal] load metadata for docker.io/library/python:3.11-slim 1.2s
=> [internal] load metadata for docker.io/library/node:20-alpine3.22 1.3s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 719B 0.0s
=> [internal] load build context 0.1s
=> => transferring context: 1.55MB 0.0s
=> [node_base 1/1] FROM docker.io/library/node:20-alpine3.22@sha256:8f47899606d000b0704e992f927fe7335adcd0d6c98851600072fb6e14a13e60 0.0s
=> [py_deps 1/5] FROM docker.io/library/python:3.11-slim@sha256:6d85378d88a19cd4d76079817532d62232be95757cb45945a99fec8e8084b9c2 0.0s
=> CACHED [stage-4 2/11] WORKDIR /app 0.0s
=> ERROR [stage-4 3/11] RUN apt-get update && apt-get install -y curl gnupg git ca-certificates && mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nod 56.7s
=> CACHED [py_deps 2/5] WORKDIR /api 0.0s
=> CACHED [py_deps 3/5] COPY api/pyproject.toml . 0.0s
=> CACHED [py_deps 4/5] COPY api/poetry.lock . 0.0s
=> CANCELED [py_deps 5/5] RUN python -m pip install poetry==2.0.1 --no-cache-dir && poetry config virtualenvs.create true --local && poetry config virtualenvs.in-project true --local && poet 57.1s
=> CACHED [node_deps 1/3] WORKDIR /app 0.0s
=> CACHED [node_deps 2/3] COPY package.json package-lock.json ./ 0.0s
=> CACHED [node_deps 3/3] RUN npm ci --legacy-peer-deps 0.0s
=> CACHED [node_builder 2/6] COPY --from=node_deps /app/node_modules ./node_modules 0.0s
=> CACHED [node_builder 3/6] COPY package.json package-lock.json next.config.ts tsconfig.json tailwind.config.js postcss.config.mjs ./ 0.0s
=> CACHED [node_builder 4/6] COPY src/ ./src/ 0.0s
=> CACHED [node_builder 5/6] COPY public/ ./public/ 0.0s
=> CANCELED [node_builder 6/6] RUN NODE_ENV=production npm run build 57.5s
------
> [stage-4 3/11] RUN apt-get update && apt-get install -y curl gnupg git ca-certificates && mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && apt-get clean && rm -rf /var/lib/apt/lists/*:
0.804 Hit:1 http://deb.debian.org/debian trixie InRelease
0.804 Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
0.831 Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
0.864 Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]
2.563 Get:5 http://deb.debian.org/debian trixie-updates/main amd64 Packages [5412 B]
2.612 Get:6 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [130 kB]
3.380 Fetched 9897 kB in 3s (3500 kB/s)
3.380 Reading package lists...
3.839 Reading package lists...
4.222 Building dependency tree...
4.342 Reading state information...
4.441 ca-certificates is already the newest version (20250419).
4.441 The following additional packages will be installed:
4.441 bash-completion dirmngr git-man gnupg-l10n gnupg-utils gpg gpg-agent
4.442 gpg-wks-client gpgconf gpgsm gpgv krb5-locales less libassuan9 libbrotli1
4.442 libcbor0.10 libcom-err2 libcurl3t64-gnutls libcurl4t64 libedit2
4.442 liberror-perl libexpat1 libfido2-1 libgcrypt20 libgdbm-compat4t64
4.442 libgnutls30t64 libgpg-error-l10n libgpg-error0 libgssapi-krb5-2 libidn2-0
4.442 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common
4.442 libldap2 libnghttp2-14 libnghttp3-9 libngtcp2-16 libngtcp2-crypto-gnutls8
4.442 libnpth0t64 libp11-kit0 libperl5.40 libpsl5t64 librtmp1 libsasl2-2
4.442 libsasl2-modules libsasl2-modules-db libssh2-1t64 libtasn1-6 libunistring5
4.442 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1
4.443 openssh-client patch perl perl-modules-5.40 pinentry-curses publicsuffix
4.443 xauth
4.443 Suggested packages:
4.443 dbus-user-session libpam-systemd pinentry-gnome3 tor gettext-base git-doc
4.443 git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn gpg-wks-server
4.443 parcimonie xloadimage scdaemon tpm2daemon rng-tools gnutls-bin krb5-doc
4.443 krb5-user sensible-utils libsasl2-modules-gssapi-mit
4.443 | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
4.443 libsasl2-modules-sql keychain libpam-ssh monkeysphere ssh-askpass ed
4.443 diffutils-doc perl-doc libterm-readline-gnu-perl
4.443 | libterm-readline-perl-perl make libtap-harness-archive-perl pinentry-doc
4.765 The following NEW packages will be installed:
4.765 bash-completion curl dirmngr git git-man gnupg gnupg-l10n gnupg-utils gpg
4.765 gpg-agent gpg-wks-client gpgconf gpgsm gpgv krb5-locales less libassuan9
4.765 libbrotli1 libcbor0.10 libcom-err2 libcurl3t64-gnutls libcurl4t64 libedit2
4.765 liberror-perl libexpat1 libfido2-1 libgcrypt20 libgdbm-compat4t64
4.765 libgnutls30t64 libgpg-error-l10n libgpg-error0 libgssapi-krb5-2 libidn2-0
4.765 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-common
4.765 libldap2 libnghttp2-14 libnghttp3-9 libngtcp2-16 libngtcp2-crypto-gnutls8
4.765 libnpth0t64 libp11-kit0 libperl5.40 libpsl5t64 librtmp1 libsasl2-2
4.765 libsasl2-modules libsasl2-modules-db libssh2-1t64 libtasn1-6 libunistring5
4.765 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6 libxmuu1
4.765 openssh-client patch perl perl-modules-5.40 pinentry-curses publicsuffix
4.765 xauth
5.157 0 upgraded, 69 newly installed, 0 to remove and 0 not upgraded.
5.157 Need to get 32.8 MB of archives.
5.157 After this operation, 150 MB of additional disk space will be used.
5.157 Get:1 http://deb.debian.org/debian trixie/main amd64 libexpat1 amd64 2.7.1-2 [108 kB]
5.570 Get:2 http://deb.debian.org/debian trixie/main amd64 less amd64 668-1 [161 kB]
6.202 Get:3 http://deb.debian.org/debian trixie/main amd64 bash-completion all 1:2.16.0-7 [319 kB]
7.472 Get:4 http://deb.debian.org/debian trixie/main amd64 krb5-locales all 1.21.3-5 [101 kB]
7.987 Get:5 http://deb.debian.org/debian trixie/main amd64 libedit2 amd64 3.1-20250104-1 [93.8 kB]
8.544 Get:6 http://deb.debian.org/debian trixie/main amd64 libcbor0.10 amd64 0.10.2-2 [28.3 kB]
8.749 Get:7 http://deb.debian.org/debian trixie/main amd64 libfido2-1 amd64 1.15.0-1+b1 [78.7 kB]
9.108 Get:8 http://deb.debian.org/debian trixie/main amd64 libkrb5support0 amd64 1.21.3-5 [33.0 kB]
9.215 Get:9 http://deb.debian.org/debian trixie/main amd64 libcom-err2 amd64 1.47.2-3+b10 [25.0 kB]
9.359 Get:10 http://deb.debian.org/debian trixie/main amd64 libk5crypto3 amd64 1.21.3-5 [81.5 kB]
9.621 Get:11 http://deb.debian.org/debian trixie/main amd64 libkeyutils1 amd64 1.6.3-6 [9456 B]
9.664 Get:12 http://deb.debian.org/debian trixie/main amd64 libkrb5-3 amd64 1.21.3-5 [326 kB]
10.08 Get:13 http://deb.debian.org/debian trixie/main amd64 libgssapi-krb5-2 amd64 1.21.3-5 [138 kB]
10.19 Get:14 http://deb.debian.org/debian-security trixie-security/main amd64 openssh-client amd64 1:10.0p1-7+deb13u2 [986 kB]
10.65 Get:15 http://deb.debian.org/debian trixie/main amd64 perl-modules-5.40 all 5.40.1-6 [3019 kB]
11.68 Get:16 http://deb.debian.org/debian trixie/main amd64 libgdbm-compat4t64 amd64 1.24-2 [50.3 kB]
11.75 Get:17 http://deb.debian.org/debian trixie/main amd64 libperl5.40 amd64 5.40.1-6 [4341 kB]
16.23 Get:18 http://deb.debian.org/debian trixie/main amd64 perl amd64 5.40.1-6 [267 kB]
16.44 Get:19 http://deb.debian.org/debian trixie/main amd64 libbrotli1 amd64 1.1.0-2+b7 [307 kB]
16.68 Get:20 http://deb.debian.org/debian trixie/main amd64 libunistring5 amd64 1.3-2 [477 kB]
17.00 Get:21 http://deb.debian.org/debian trixie/main amd64 libidn2-0 amd64 2.3.8-2 [109 kB]
17.05 Get:22 http://deb.debian.org/debian trixie/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg1-9 [19.8 kB]
17.06 Get:23 http://deb.debian.org/debian trixie/main amd64 libsasl2-2 amd64 2.1.28+dfsg1-9 [57.5 kB]
17.10 Get:24 http://deb.debian.org/debian trixie/main amd64 libldap2 amd64 2.6.10+dfsg-1 [194 kB]
17.21 Get:25 http://deb.debian.org/debian trixie/main amd64 libnghttp2-14 amd64 1.64.0-1.1 [76.0 kB]
17.25 Get:26 http://deb.debian.org/debian trixie/main amd64 libnghttp3-9 amd64 1.8.0-1 [67.7 kB]
17.31 Get:27 http://deb.debian.org/debian trixie/main amd64 libpsl5t64 amd64 0.21.2-1.1+b1 [57.2 kB]
17.38 Get:28 http://deb.debian.org/debian trixie/main amd64 libp11-kit0 amd64 0.25.5-3 [425 kB]
17.65 Get:29 http://deb.debian.org/debian trixie/main amd64 libtasn1-6 amd64 4.20.0-2 [49.9 kB]
17.69 Get:30 http://deb.debian.org/debian trixie/main amd64 libgnutls30t64 amd64 3.8.9-3+deb13u2 [1468 kB]
18.57 Get:31 http://deb.debian.org/debian trixie/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b5 [58.8 kB]
18.63 Get:32 http://deb.debian.org/debian trixie/main amd64 libssh2-1t64 amd64 1.11.1-1 [245 kB]
18.78 Get:33 http://deb.debian.org/debian trixie/main amd64 libcurl4t64 amd64 8.14.1-2+deb13u2 [391 kB]
19.05 Get:34 http://deb.debian.org/debian trixie/main amd64 curl amd64 8.14.1-2+deb13u2 [270 kB]
19.19 Get:35 http://deb.debian.org/debian trixie/main amd64 libgpg-error0 amd64 1.51-4 [82.1 kB]
19.22 Get:36 http://deb.debian.org/debian trixie/main amd64 libassuan9 amd64 3.0.2-2 [61.5 kB]
19.27 Get:37 http://deb.debian.org/debian trixie/main amd64 libgcrypt20 amd64 1.11.0-7 [843 kB]
19.80 Get:38 http://deb.debian.org/debian trixie/main amd64 gpgconf amd64 2.4.7-21+deb13u1+b2 [129 kB]
19.89 Get:39 http://deb.debian.org/debian trixie/main amd64 libksba8 amd64 1.6.7-2+b1 [136 kB]
19.98 Get:40 http://deb.debian.org/debian trixie/main amd64 libnpth0t64 amd64 1.8-3 [23.2 kB]
19.99 Get:41 http://deb.debian.org/debian trixie/main amd64 dirmngr amd64 2.4.7-21+deb13u1+b2 [384 kB]
20.29 Get:42 http://deb.debian.org/debian-security trixie-security/main amd64 libngtcp2-16 amd64 1.11.0-1+deb13u1 [132 kB]
20.35 Get:43 http://deb.debian.org/debian-security trixie-security/main amd64 libngtcp2-crypto-gnutls8 amd64 1.11.0-1+deb13u1 [29.5 kB]
20.38 Get:44 http://deb.debian.org/debian trixie/main amd64 libcurl3t64-gnutls amd64 8.14.1-2+deb13u2 [383 kB]
20.57 Get:45 http://deb.debian.org/debian trixie/main amd64 liberror-perl all 0.17030-1 [26.9 kB]
20.58 Get:46 http://deb.debian.org/debian trixie/main amd64 git-man all 1:2.47.3-0+deb13u1 [2205 kB]
21.47 Get:47 http://deb.debian.org/debian trixie/main amd64 git amd64 1:2.47.3-0+deb13u1 [8862 kB]
23.22 Get:48 http://deb.debian.org/debian trixie/main amd64 gnupg-l10n all 2.4.7-21+deb13u1 [749 kB]
23.38 Get:49 http://deb.debian.org/debian trixie/main amd64 gpg amd64 2.4.7-21+deb13u1+b2 [635 kB]
23.51 Get:50 http://deb.debian.org/debian trixie/main amd64 pinentry-curses amd64 1.3.1-2 [86.4 kB]
23.56 Get:51 http://deb.debian.org/debian trixie/main amd64 gpg-agent amd64 2.4.7-21+deb13u1+b2 [271 kB]
23.61 Get:52 http://deb.debian.org/debian trixie/main amd64 gpgsm amd64 2.4.7-21+deb13u1+b2 [276 kB]
23.67 Get:53 http://deb.debian.org/debian trixie/main amd64 gnupg all 2.4.7-21+deb13u1 [417 kB]
23.76 Get:54 http://deb.debian.org/debian trixie/main amd64 gpg-wks-client amd64 2.4.7-21+deb13u1+b2 [109 kB]
23.78 Get:55 http://deb.debian.org/debian trixie/main amd64 gpgv amd64 2.4.7-21+deb13u1+b2 [241 kB]
23.83 Get:56 http://deb.debian.org/debian trixie/main amd64 libgpg-error-l10n all 1.51-4 [114 kB]
23.86 Get:57 http://deb.debian.org/debian trixie/main amd64 libldap-common all 2.6.10+dfsg-1 [35.1 kB]
23.86 Get:58 http://deb.debian.org/debian trixie/main amd64 libsasl2-modules amd64 2.1.28+dfsg1-9 [66.7 kB]
23.90 Get:59 http://deb.debian.org/debian trixie/main amd64 libxau6 amd64 1:1.0.11-1 [20.4 kB]
23.92 Get:60 http://deb.debian.org/debian trixie/main amd64 libxdmcp6 amd64 1:1.1.5-1 [27.8 kB]
23.93 Get:61 http://deb.debian.org/debian trixie/main amd64 libxcb1 amd64 1.17.0-2+b1 [144 kB]
24.02 Get:62 http://deb.debian.org/debian trixie/main amd64 libx11-data all 2:1.8.12-1 [343 kB]
24.13 Get:63 http://deb.debian.org/debian trixie/main amd64 libx11-6 amd64 2:1.8.12-1 [815 kB]
24.28 Get:64 http://deb.debian.org/debian trixie/main amd64 libxext6 amd64 2:1.3.4-1+b3 [50.4 kB]
24.29 Get:65 http://deb.debian.org/debian trixie/main amd64 libxmuu1 amd64 2:1.1.3-3+b4 [21.9 kB]
24.30 Get:66 http://deb.debian.org/debian trixie/main amd64 patch amd64 2.8-2 [134 kB]
24.32 Get:67 http://deb.debian.org/debian trixie/main amd64 publicsuffix all 20250328.1952-0.1 [296 kB]
24.43 Get:68 http://deb.debian.org/debian trixie/main amd64 xauth amd64 1:1.1.2-1.1 [35.9 kB]
24.43 Get:69 http://deb.debian.org/debian trixie/main amd64 gnupg-utils amd64 2.4.7-21+deb13u1+b2 [194 kB]
24.70 debconf: unable to initialize frontend: Dialog
24.70 debconf: (TERM is not set, so the dialog frontend is not usable.)
24.70 debconf: falling back to frontend: Readline
24.70 debconf: unable to initialize frontend: Readline
24.70 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC entries checked: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/x86_64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 8, <STDIN> line 69.)
24.70 debconf: falling back to frontend: Teletype
24.70 debconf: unable to initialize frontend: Teletype
24.70 debconf: (This frontend requires a controlling tty.)
24.70 debconf: falling back to frontend: Noninteractive
25.89 Fetched 32.8 MB in 20s (1666 kB/s)
26.07 Selecting previously unselected package libexpat1:amd64.
(Reading database ... 5645 files and directories currently installed.)
26.07 Preparing to unpack .../00-libexpat1_2.7.1-2_amd64.deb ...
26.17 Unpacking libexpat1:amd64 (2.7.1-2) ...
26.65 Selecting previously unselected package less.
26.65 Preparing to unpack .../01-less_668-1_amd64.deb ...
26.69 Unpacking less (668-1) ...
26.93 Selecting previously unselected package bash-completion.
26.94 Preparing to unpack .../02-bash-completion_1%3a2.16.0-7_all.deb ...
26.97 Unpacking bash-completion (1:2.16.0-7) ...
27.36 Selecting previously unselected package krb5-locales.
27.36 Preparing to unpack .../03-krb5-locales_1.21.3-5_all.deb ...
27.40 Unpacking krb5-locales (1.21.3-5) ...
27.62 Selecting previously unselected package libedit2:amd64.
27.62 Preparing to unpack .../04-libedit2_3.1-20250104-1_amd64.deb ...
27.65 Unpacking libedit2:amd64 (3.1-20250104-1) ...
27.89 Selecting previously unselected package libcbor0.10:amd64.
27.90 Preparing to unpack .../05-libcbor0.10_0.10.2-2_amd64.deb ...
27.93 Unpacking libcbor0.10:amd64 (0.10.2-2) ...
28.16 Selecting previously unselected package libfido2-1:amd64.
28.16 Preparing to unpack .../06-libfido2-1_1.15.0-1+b1_amd64.deb ...
28.19 Unpacking libfido2-1:amd64 (1.15.0-1+b1) ...
28.41 Selecting previously unselected package libkrb5support0:amd64.
28.41 Preparing to unpack .../07-libkrb5support0_1.21.3-5_amd64.deb ...
28.45 Unpacking libkrb5support0:amd64 (1.21.3-5) ...
28.67 Selecting previously unselected package libcom-err2:amd64.
28.67 Preparing to unpack .../08-libcom-err2_1.47.2-3+b10_amd64.deb ...
28.71 Unpacking libcom-err2:amd64 (1.47.2-3+b10) ...
28.94 Selecting previously unselected package libk5crypto3:amd64.
28.94 Preparing to unpack .../09-libk5crypto3_1.21.3-5_amd64.deb ...
28.97 Unpacking libk5crypto3:amd64 (1.21.3-5) ...
29.20 Selecting previously unselected package libkeyutils1:amd64.
29.20 Preparing to unpack .../10-libkeyutils1_1.6.3-6_amd64.deb ...
29.24 Unpacking libkeyutils1:amd64 (1.6.3-6) ...
29.47 Selecting previously unselected package libkrb5-3:amd64.
29.47 Preparing to unpack .../11-libkrb5-3_1.21.3-5_amd64.deb ...
29.50 Unpacking libkrb5-3:amd64 (1.21.3-5) ...
29.77 Selecting previously unselected package libgssapi-krb5-2:amd64.
29.77 Preparing to unpack .../12-libgssapi-krb5-2_1.21.3-5_amd64.deb ...
29.80 Unpacking libgssapi-krb5-2:amd64 (1.21.3-5) ...
30.06 Selecting previously unselected package openssh-client.
30.06 Preparing to unpack .../13-openssh-client_1%3a10.0p1-7+deb13u2_amd64.deb ...
30.10 Unpacking openssh-client (1:10.0p1-7+deb13u2) ...
30.32 Selecting previously unselected package perl-modules-5.40.
30.32 Preparing to unpack .../14-perl-modules-5.40_5.40.1-6_all.deb ...
30.35 Unpacking perl-modules-5.40 (5.40.1-6) ...
30.74 Selecting previously unselected package libgdbm-compat4t64:amd64.
30.74 Preparing to unpack .../15-libgdbm-compat4t64_1.24-2_amd64.deb ...
30.78 Unpacking libgdbm-compat4t64:amd64 (1.24-2) ...
31.01 Selecting previously unselected package libperl5.40:amd64.
31.01 Preparing to unpack .../16-libperl5.40_5.40.1-6_amd64.deb ...
31.04 Unpacking libperl5.40:amd64 (5.40.1-6) ...
31.39 Selecting previously unselected package perl.
31.39 Preparing to unpack .../17-perl_5.40.1-6_amd64.deb ...
31.42 Unpacking perl (5.40.1-6) ...
31.66 Selecting previously unselected package libbrotli1:amd64.
31.66 Preparing to unpack .../18-libbrotli1_1.1.0-2+b7_amd64.deb ...
31.70 Unpacking libbrotli1:amd64 (1.1.0-2+b7) ...
32.15 Selecting previously unselected package libunistring5:amd64.
32.16 Preparing to unpack .../19-libunistring5_1.3-2_amd64.deb ...
32.19 Unpacking libunistring5:amd64 (1.3-2) ...
32.43 Selecting previously unselected package libidn2-0:amd64.
32.43 Preparing to unpack .../20-libidn2-0_2.3.8-2_amd64.deb ...
32.47 Unpacking libidn2-0:amd64 (2.3.8-2) ...
32.64 Selecting previously unselected package libsasl2-modules-db:amd64.
32.64 Preparing to unpack .../21-libsasl2-modules-db_2.1.28+dfsg1-9_amd64.deb ...
32.67 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg1-9) ...
32.88 Selecting previously unselected package libsasl2-2:amd64.
32.88 Preparing to unpack .../22-libsasl2-2_2.1.28+dfsg1-9_amd64.deb ...
32.91 Unpacking libsasl2-2:amd64 (2.1.28+dfsg1-9) ...
33.15 Selecting previously unselected package libldap2:amd64.
33.15 Preparing to unpack .../23-libldap2_2.6.10+dfsg-1_amd64.deb ...
33.18 Unpacking libldap2:amd64 (2.6.10+dfsg-1) ...
33.40 Selecting previously unselected package libnghttp2-14:amd64.
33.40 Preparing to unpack .../24-libnghttp2-14_1.64.0-1.1_amd64.deb ...
33.44 Unpacking libnghttp2-14:amd64 (1.64.0-1.1) ...
33.67 Selecting previously unselected package libnghttp3-9:amd64.
33.67 Preparing to unpack .../25-libnghttp3-9_1.8.0-1_amd64.deb ...
33.70 Unpacking libnghttp3-9:amd64 (1.8.0-1) ...
33.92 Selecting previously unselected package libpsl5t64:amd64.
33.92 Preparing to unpack .../26-libpsl5t64_0.21.2-1.1+b1_amd64.deb ...
33.95 Unpacking libpsl5t64:amd64 (0.21.2-1.1+b1) ...
34.18 Selecting previously unselected package libp11-kit0:amd64.
34.18 Preparing to unpack .../27-libp11-kit0_0.25.5-3_amd64.deb ...
34.22 Unpacking libp11-kit0:amd64 (0.25.5-3) ...
34.45 Selecting previously unselected package libtasn1-6:amd64.
34.45 Preparing to unpack .../28-libtasn1-6_4.20.0-2_amd64.deb ...
34.48 Unpacking libtasn1-6:amd64 (4.20.0-2) ...
34.71 Selecting previously unselected package libgnutls30t64:amd64.
34.72 Preparing to unpack .../29-libgnutls30t64_3.8.9-3+deb13u2_amd64.deb ...
34.75 Unpacking libgnutls30t64:amd64 (3.8.9-3+deb13u2) ...
35.03 Selecting previously unselected package librtmp1:amd64.
35.03 Preparing to unpack .../30-librtmp1_2.4+20151223.gitfa8646d.1-2+b5_amd64.deb ...
35.07 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...
35.30 Selecting previously unselected package libssh2-1t64:amd64.
35.30 Preparing to unpack .../31-libssh2-1t64_1.11.1-1_amd64.deb ...
35.33 Unpacking libssh2-1t64:amd64 (1.11.1-1) ...
35.57 Selecting previously unselected package libcurl4t64:amd64.
35.57 Preparing to unpack .../32-libcurl4t64_8.14.1-2+deb13u2_amd64.deb ...
35.61 Unpacking libcurl4t64:amd64 (8.14.1-2+deb13u2) ...
35.79 Selecting previously unselected package curl.
35.79 Preparing to unpack .../33-curl_8.14.1-2+deb13u2_amd64.deb ...
35.83 Unpacking curl (8.14.1-2+deb13u2) ...
36.13 Selecting previously unselected package libgpg-error0:amd64.
36.13 Preparing to unpack .../34-libgpg-error0_1.51-4_amd64.deb ...
36.16 Unpacking libgpg-error0:amd64 (1.51-4) ...
36.41 Selecting previously unselected package libassuan9:amd64.
36.41 Preparing to unpack .../35-libassuan9_3.0.2-2_amd64.deb ...
36.45 Unpacking libassuan9:amd64 (3.0.2-2) ...
36.70 Selecting previously unselected package libgcrypt20:amd64.
36.71 Preparing to unpack .../36-libgcrypt20_1.11.0-7_amd64.deb ...
36.74 Unpacking libgcrypt20:amd64 (1.11.0-7) ...
36.94 Selecting previously unselected package gpgconf.
36.94 Preparing to unpack .../37-gpgconf_2.4.7-21+deb13u1+b2_amd64.deb ...
36.97 Unpacking gpgconf (2.4.7-21+deb13u1+b2) ...
37.21 Selecting previously unselected package libksba8:amd64.
37.21 Preparing to unpack .../38-libksba8_1.6.7-2+b1_amd64.deb ...
37.25 Unpacking libksba8:amd64 (1.6.7-2+b1) ...
37.48 Selecting previously unselected package libnpth0t64:amd64.
37.48 Preparing to unpack .../39-libnpth0t64_1.8-3_amd64.deb ...
37.51 Unpacking libnpth0t64:amd64 (1.8-3) ...
37.75 Selecting previously unselected package dirmngr.
37.75 Preparing to unpack .../40-dirmngr_2.4.7-21+deb13u1+b2_amd64.deb ...
37.80 Unpacking dirmngr (2.4.7-21+deb13u1+b2) ...
38.03 Selecting previously unselected package libngtcp2-16:amd64.
38.03 Preparing to unpack .../41-libngtcp2-16_1.11.0-1+deb13u1_amd64.deb ...
38.07 Unpacking libngtcp2-16:amd64 (1.11.0-1+deb13u1) ...
38.32 Selecting previously unselected package libngtcp2-crypto-gnutls8:amd64.
38.32 Preparing to unpack .../42-libngtcp2-crypto-gnutls8_1.11.0-1+deb13u1_amd64.deb ...
38.35 Unpacking libngtcp2-crypto-gnutls8:amd64 (1.11.0-1+deb13u1) ...
38.58 Selecting previously unselected package libcurl3t64-gnutls:amd64.
38.58 Preparing to unpack .../43-libcurl3t64-gnutls_8.14.1-2+deb13u2_amd64.deb ...
38.61 Unpacking libcurl3t64-gnutls:amd64 (8.14.1-2+deb13u2) ...
38.80 Selecting previously unselected package liberror-perl.
38.81 Preparing to unpack .../44-liberror-perl_0.17030-1_all.deb ...
38.84 Unpacking liberror-perl (0.17030-1) ...
39.01 Selecting previously unselected package git-man.
39.01 Preparing to unpack .../45-git-man_1%3a2.47.3-0+deb13u1_all.deb ...
39.05 Unpacking git-man (1:2.47.3-0+deb13u1) ...
39.34 Selecting previously unselected package git.
39.34 Preparing to unpack .../46-git_1%3a2.47.3-0+deb13u1_amd64.deb ...
39.38 Unpacking git (1:2.47.3-0+deb13u1) ...
39.75 Selecting previously unselected package gnupg-l10n.
39.75 Preparing to unpack .../47-gnupg-l10n_2.4.7-21+deb13u1_all.deb ...
39.78 Unpacking gnupg-l10n (2.4.7-21+deb13u1) ...
40.01 Selecting previously unselected package gpg.
40.01 Preparing to unpack .../48-gpg_2.4.7-21+deb13u1+b2_amd64.deb ...
40.05 Unpacking gpg (2.4.7-21+deb13u1+b2) ...
40.28 Selecting previously unselected package pinentry-curses.
40.28 Preparing to unpack .../49-pinentry-curses_1.3.1-2_amd64.deb ...
40.31 Unpacking pinentry-curses (1.3.1-2) ...
40.55 Selecting previously unselected package gpg-agent.
40.55 Preparing to unpack .../50-gpg-agent_2.4.7-21+deb13u1+b2_amd64.deb ...
40.58 Unpacking gpg-agent (2.4.7-21+deb13u1+b2) ...
40.76 Selecting previously unselected package gpgsm.
40.76 Preparing to unpack .../51-gpgsm_2.4.7-21+deb13u1+b2_amd64.deb ...
40.79 Unpacking gpgsm (2.4.7-21+deb13u1+b2) ...
40.97 Selecting previously unselected package gnupg.
40.97 Preparing to unpack .../52-gnupg_2.4.7-21+deb13u1_all.deb ...
41.01 Unpacking gnupg (2.4.7-21+deb13u1) ...
41.20 Selecting previously unselected package gpg-wks-client.
41.20 Preparing to unpack .../53-gpg-wks-client_2.4.7-21+deb13u1+b2_amd64.deb ...
41.23 Unpacking gpg-wks-client (2.4.7-21+deb13u1+b2) ...
41.41 Selecting previously unselected package gpgv.
41.41 Preparing to unpack .../54-gpgv_2.4.7-21+deb13u1+b2_amd64.deb ...
41.44 Unpacking gpgv (2.4.7-21+deb13u1+b2) ...
41.64 Selecting previously unselected package libgpg-error-l10n.
41.64 Preparing to unpack .../55-libgpg-error-l10n_1.51-4_all.deb ...
41.67 Unpacking libgpg-error-l10n (1.51-4) ...
41.85 Selecting previously unselected package libldap-common.
41.86 Preparing to unpack .../56-libldap-common_2.6.10+dfsg-1_all.deb ...
41.89 Unpacking libldap-common (2.6.10+dfsg-1) ...
42.13 Selecting previously unselected package libsasl2-modules:amd64.
42.14 Preparing to unpack .../57-libsasl2-modules_2.1.28+dfsg1-9_amd64.deb ...
42.18 Unpacking libsasl2-modules:amd64 (2.1.28+dfsg1-9) ...
42.39 Selecting previously unselected package libxau6:amd64.
42.39 Preparing to unpack .../58-libxau6_1%3a1.0.11-1_amd64.deb ...
42.42 Unpacking libxau6:amd64 (1:1.0.11-1) ...
42.64 Selecting previously unselected package libxdmcp6:amd64.
42.64 Preparing to unpack .../59-libxdmcp6_1%3a1.1.5-1_amd64.deb ...
42.67 Unpacking libxdmcp6:amd64 (1:1.1.5-1) ...
42.90 Selecting previously unselected package libxcb1:amd64.
42.90 Preparing to unpack .../60-libxcb1_1.17.0-2+b1_amd64.deb ...
42.93 Unpacking libxcb1:amd64 (1.17.0-2+b1) ...
43.10 Selecting previously unselected package libx11-data.
43.10 Preparing to unpack .../61-libx11-data_2%3a1.8.12-1_all.deb ...
43.13 Unpacking libx11-data (2:1.8.12-1) ...
43.39 Selecting previously unselected package libx11-6:amd64.
43.40 Preparing to unpack .../62-libx11-6_2%3a1.8.12-1_amd64.deb ...
43.43 Unpacking libx11-6:amd64 (2:1.8.12-1) ...
43.67 Selecting previously unselected package libxext6:amd64.
43.67 Preparing to unpack .../63-libxext6_2%3a1.3.4-1+b3_amd64.deb ...
43.70 Unpacking libxext6:amd64 (2:1.3.4-1+b3) ...
43.92 Selecting previously unselected package libxmuu1:amd64.
43.92 Preparing to unpack .../64-libxmuu1_2%3a1.1.3-3+b4_amd64.deb ...
43.95 Unpacking libxmuu1:amd64 (2:1.1.3-3+b4) ...
44.13 Selecting previously unselected package patch.
44.13 Preparing to unpack .../65-patch_2.8-2_amd64.deb ...
44.16 Unpacking patch (2.8-2) ...
44.33 Selecting previously unselected package publicsuffix.
44.33 Preparing to unpack .../66-publicsuffix_20250328.1952-0.1_all.deb ...
44.37 Unpacking publicsuffix (20250328.1952-0.1) ...
44.55 Selecting previously unselected package xauth.
44.55 Preparing to unpack .../67-xauth_1%3a1.1.2-1.1_amd64.deb ...
44.59 Unpacking xauth (1:1.1.2-1.1) ...
44.76 Selecting previously unselected package gnupg-utils.
44.77 Preparing to unpack .../68-gnupg-utils_2.4.7-21+deb13u1+b2_amd64.deb ...
44.80 Unpacking gnupg-utils (2.4.7-21+deb13u1+b2) ...
45.03 Setting up libexpat1:amd64 (2.7.1-2) ...
45.13 Setting up libxau6:amd64 (1:1.0.11-1) ...
45.24 Setting up libxdmcp6:amd64 (1:1.1.5-1) ...
45.35 Setting up libnpth0t64:amd64 (1.8-3) ...
45.46 Setting up libkeyutils1:amd64 (1.6.3-6) ...
45.57 Setting up libxcb1:amd64 (1.17.0-2+b1) ...
45.68 Setting up libgpg-error0:amd64 (1.51-4) ...
45.79 Setting up libgdbm-compat4t64:amd64 (1.24-2) ...
45.90 Setting up libcbor0.10:amd64 (0.10.2-2) ...
46.02 Setting up libbrotli1:amd64 (1.1.0-2+b7) ...
46.13 Setting up libedit2:amd64 (3.1-20250104-1) ...
46.23 Setting up libsasl2-modules:amd64 (2.1.28+dfsg1-9) ...
46.34 Setting up libnghttp2-14:amd64 (1.64.0-1.1) ...
46.45 Setting up less (668-1) ...
46.65 Setting up libgcrypt20:amd64 (1.11.0-7) ...
46.83 Setting up krb5-locales (1.21.3-5) ...
46.94 Setting up libcom-err2:amd64 (1.47.2-3+b10) ...
47.05 Setting up libldap-common (2.6.10+dfsg-1) ...
47.19 Setting up libkrb5support0:amd64 (1.21.3-5) ...
47.30 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg1-9) ...
47.41 Setting up libx11-data (2:1.8.12-1) ...
47.52 Setting up gnupg-l10n (2.4.7-21+deb13u1) ...
47.64 Setting up bash-completion (1:2.16.0-7) ...
47.86 Setting up libp11-kit0:amd64 (0.25.5-3) ...
47.98 Setting up libunistring5:amd64 (1.3-2) ...
48.08 Setting up patch (2.8-2) ...
48.19 Setting up libk5crypto3:amd64 (1.21.3-5) ...
48.30 Setting up libsasl2-2:amd64 (2.1.28+dfsg1-9) ...
48.41 Setting up libnghttp3-9:amd64 (1.8.0-1) ...
48.52 Setting up perl-modules-5.40 (5.40.1-6) ...
48.63 Setting up gpgv (2.4.7-21+deb13u1+b2) ...
48.75 Setting up libassuan9:amd64 (3.0.2-2) ...
48.86 Setting up gpgconf (2.4.7-21+deb13u1+b2) ...
48.97 Setting up libtasn1-6:amd64 (4.20.0-2) ...
49.09 Setting up git-man (1:2.47.3-0+deb13u1) ...
49.19 Setting up libx11-6:amd64 (2:1.8.12-1) ...
49.30 Setting up libngtcp2-16:amd64 (1.11.0-1+deb13u1) ...
49.41 Setting up libkrb5-3:amd64 (1.21.3-5) ...
49.52 Setting up libssh2-1t64:amd64 (1.11.1-1) ...
49.63 Setting up libfido2-1:amd64 (1.15.0-1+b1) ...
49.74 Setting up libgpg-error-l10n (1.51-4) ...
49.85 Setting up publicsuffix (20250328.1952-0.1) ...
49.96 Setting up libldap2:amd64 (2.6.10+dfsg-1) ...
50.07 Setting up libxmuu1:amd64 (2:1.1.3-3+b4) ...
50.18 Setting up libksba8:amd64 (1.6.7-2+b1) ...
50.29 Setting up pinentry-curses (1.3.1-2) ...
50.42 Setting up gpg-agent (2.4.7-21+deb13u1+b2) ...
50.97 Setting up gpgsm (2.4.7-21+deb13u1+b2) ...
51.08 Setting up libxext6:amd64 (2:1.3.4-1+b3) ...
51.19 Setting up libidn2-0:amd64 (2.3.8-2) ...
51.50 Setting up libperl5.40:amd64 (5.40.1-6) ...
51.61 Setting up perl (5.40.1-6) ...
51.77 Setting up libgssapi-krb5-2:amd64 (1.21.3-5) ...
51.88 Setting up xauth (1:1.1.2-1.1) ...
52.00 Setting up gpg (2.4.7-21+deb13u1+b2) ...
52.18 Setting up gnupg-utils (2.4.7-21+deb13u1+b2) ...
52.29 Setting up libgnutls30t64:amd64 (3.8.9-3+deb13u2) ...
52.39 Setting up openssh-client (1:10.0p1-7+deb13u2) ...
52.96 Setting up libpsl5t64:amd64 (0.21.2-1.1+b1) ...
53.07 Setting up liberror-perl (0.17030-1) ...
53.18 Setting up dirmngr (2.4.7-21+deb13u1+b2) ...
53.38 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b5) ...
53.49 Setting up gnupg (2.4.7-21+deb13u1) ...
53.61 Setting up libngtcp2-crypto-gnutls8:amd64 (1.11.0-1+deb13u1) ...
53.72 Setting up gpg-wks-client (2.4.7-21+deb13u1+b2) ...
53.83 Setting up libcurl4t64:amd64 (8.14.1-2+deb13u2) ...
53.94 Setting up libcurl3t64-gnutls:amd64 (8.14.1-2+deb13u2) ...
54.05 Setting up git (1:2.47.3-0+deb13u1) ...
54.20 Setting up curl (8.14.1-2+deb13u2) ...
54.31 Processing triggers for libc-bin (2.41-12+deb13u2) ...
54.65 deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main
54.78 Hit:1 http://deb.debian.org/debian trixie InRelease
54.86 Get:2 https://deb.nodesource.com/node_20.x nodistro InRelease [12.1 kB]
54.89 Get:3 https://deb.nodesource.com/node_20.x nodistro/main amd64 Packages [14.4 kB]
55.11 Hit:4 http://deb.debian.org/debian trixie-updates InRelease
55.13 Hit:5 http://deb.debian.org/debian-security trixie-security InRelease
55.14 Fetched 26.6 kB in 0s (57.1 kB/s)
55.14 Reading package lists...
55.57 Reading package lists...
55.91 Building dependency tree...
56.03 Reading state information...
56.14 The following additional packages will be installed:
56.14 libpython3-stdlib libpython3.13-minimal libpython3.13-stdlib media-types
56.14 python3 python3-minimal python3.13 python3.13-minimal
56.14 Suggested packages:
56.14 python3-doc python3-tk python3-venv python3.13-venv python3.13-doc binutils
56.14 binfmt-support
56.20 The following NEW packages will be installed:
56.20 libpython3-stdlib libpython3.13-minimal libpython3.13-stdlib media-types
56.20 nodejs python3 python3-minimal python3.13 python3.13-minimal
56.21 E: You don't have enough free space in /var/cache/apt/archives/.
56.21 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
56.21 Need to get 38.1 MB of archives.
56.21 After this operation, 219 MB of additional disk space will be used.
------
Dockerfile:43
--------------------
42 | # Install Node.js and npm
43 | >>> RUN apt-get update && apt-get install -y \
44 | >>> curl \
45 | >>> gnupg \
46 | >>> git \
47 | >>> ca-certificates \
48 | >>> && mkdir -p /etc/apt/keyrings \
49 | >>> && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg \
50 | >>> && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list \
51 | >>> && apt-get update \
52 | >>> && apt-get install -y nodejs \
53 | >>> && apt-get clean \
54 | >>> && rm -rf /var/lib/apt/lists/*
55 |
--------------------
failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl gnupg git ca-certificates && mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo \"deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main\" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && apt-get clean && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100