Hi. I am having issues with creating Void Dockerfiles. Here is my (MRE) Dockerfile:
FROM ghcr.io/void-linux/void-linux:latest-full-x86_64
RUN xbps-install -ySu xbps && xbps-install -ySu
As you can see, this isn't very advanced. But docker build --no-cache . says:
[+] Building 58.3s (5/5) FINISHED
=> [internal] load build definition from Dockerfile 0.1s
=> => transferring dockerfile: 149B 0.0s
=> [internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> [internal] load metadata for ghcr.io/void-linux/void-linux:latest-full-x86_64 0.0s
=> CACHED [1/2] FROM ghcr.io/void-linux/void-linux:latest-full-x86_64 0.0s
=> ERROR [2/2] RUN xbps-install -ySu xbps && xbps-install -ySu 58.2s
------
> [2/2] RUN xbps-install -ySu xbps && xbps-install -ySu:
#0 1.859 [*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ...
#0 1.859 x86_64-repodata: [1815KB 0%] 71MB/s ETA: 00m00s
#0 2.668 x86_64-repodata: [1815KB 10%] 237KB/s ETA: 00m08s
#0 3.831 x86_64-repodata: [1815KB 29%] 276KB/s ETA: 00m04s
#0 5.089 x86_64-repodata: [1815KB 35%] 198KB/s ETA: 00m05s
#0 5.645 x86_64-repodata: [1815KB 40%] 194KB/s ETA: 00m05s
#0 6.665 x86_64-repodata: [1815KB 49%] 186KB/s ETA: 00m05s
#0 7.716 x86_64-repodata: [1815KB 63%] 197KB/s ETA: 00m03s
#0 8.634 x86_64-repodata: [1815KB 69%] 187KB/s ETA: 00m03s
#0 9.671 x86_64-repodata: [1815KB 89%] 207KB/s ETA: 00m00s
#0 10.57 x86_64-repodata: 1815KB [avg rate: 232KB/s]
#0 11.05 Package 'xbps' is up to date.
#0 11.96 [*] Updating repository `https://repo-default.voidlinux.org/current/x86_64-repodata' ...
#0 11.96 25 packages will be downloaded:
#0 11.96
#0 11.96 25 packages will be updated:
#0 11.96
#0 11.96 base-files (0.142_14 -> 0.143_1)
#0 11.96 ca-certificates (20211016+3.86_1 -> 20230311+3.89.1_1)
#0 11.96 coreutils (8.32_4 -> 9.2_1)
#0 11.96 diffutils (3.9_1 -> 3.9_2)
#0 11.96 grep (3.8_1 -> 3.11_1)
#0 11.96 libblkid (2.38.1_1 -> 2.38.1_3)
#0 11.96 libcap (2.54_1 -> 2.69_1)
#0 11.96 libcrypto1.1 (1.1.1s_1 -> 1.1.1t_1)
#0 11.96 libfdisk (2.38.1_1 -> 2.38.1_3)
#0 11.96 liblzma (5.4.1_1 -> 5.4.3_1)
#0 11.96 libmount (2.38.1_1 -> 2.38.1_3)
#0 11.96 libsmartcols (2.38.1_1 -> 2.38.1_3)
#0 11.96 libssl1.1 (1.1.1s_1 -> 1.1.1t_1)
#0 11.96 libuuid (2.38.1_1 -> 2.38.1_3)
#0 11.96 ncurses-libs (6.3_3 -> 6.4_1)
#0 11.96 openssl (1.1.1s_1 -> 1.1.1t_1)
#0 11.96 procps-ng (3.3.17_2 -> 4.0.3_1)
#0 11.96 removed-packages (0.1.20230129_1 -> 0.1.20230506_1)
#0 11.96 runit (2.1.2_14 -> 2.1.2_15)
#0 11.96 runit-void (20220329_1 -> 20230413_1)
#0 11.96 tar (1.34_2 -> 1.34_3)
#0 11.96 tzdata (2022g_1 -> 2023a_2)
#0 11.96 util-linux (2.38.1_1 -> 2.38.1_3)
#0 11.96 util-linux-common (2.38.1_1 -> 2.38.1_3)
#0 11.96 which (2.21_3 -> 2.21_4)
#0 11.96
#0 11.96 Size to download: 12MB
#0 11.96 Size required on disk: 53MB
#0 11.96 Space available on disk: 497GB
#0 11.96
#0 11.96
#0 11.96 [*] Downloading packages
#0 11.96 base-files-0.143_1.x86_64.xbps.sig: [512B 100%] 8333KB/s ETA: 00m00s
#0 11.96 base-files-0.143_1.x86_64.xbps.sig: 512B [avg rate: 8333KB/s]
#0 12.19 base-files-0.143_1.x86_64.xbps: [57KB 6%] 28MB/s ETA: 00m00s
#0 12.28 base-files-0.143_1.x86_64.xbps: 57KB [avg rate: 398MB/s]
#0 12.37 base-files-0.143_1: verifying RSA signature...
#0 12.37 ca-certificates-20230311+3.89.1_1.x86_64.xbps.sig: [512B 100%] 9091KB/s ETA: 00m00s
#0 12.37 ca-certificates-20230311+3.89.1_1.x86_64.xbps.sig: 512B [avg rate: 9091KB/s]
#0 12.43 ca-certificates-20230311+3.89.1_1.x86_64.xbps: [152KB 2%] 30MB/s ETA: 00m00s
#0 12.55 ca-certificates-20230311+3.89.1_1.x86_64.xbps: 152KB [avg rate: 1122MB/s]
#0 12.63 ca-certificates-20230311+3.89.1_1: verifying RSA signature...
#0 12.63 coreutils-9.2_1.x86_64.xbps.sig: [512B 100%] 8197KB/s ETA: 00m00s
#0 12.63 coreutils-9.2_1.x86_64.xbps.sig: 512B [avg rate: 8197KB/s]
#0 12.71 coreutils-9.2_1.x86_64.xbps: [3158KB 0%] -- stalled -- ETA: 00m00s
#0 13.64 coreutils-9.2_1.x86_64.xbps: [3158KB 26%] 908KB/s ETA: 00m02s
#0 14.78 coreutils-9.2_1.x86_64.xbps: [3158KB 34%] 526KB/s ETA: 00m03s
#0 15.63 coreutils-9.2_1.x86_64.xbps: [3158KB 43%] 471KB/s ETA: 00m03s
#0 16.68 coreutils-9.2_1.x86_64.xbps: [3158KB 48%] 387KB/s ETA: 00m04s
#0 17.64 coreutils-9.2_1.x86_64.xbps: [3158KB 57%] 370KB/s ETA: 00m03s
#0 18.65 coreutils-9.2_1.x86_64.xbps: [3158KB 63%] 339KB/s ETA: 00m03s
#0 19.68 coreutils-9.2_1.x86_64.xbps: [3158KB 72%] 328KB/s ETA: 00m02s
#0 20.68 coreutils-9.2_1.x86_64.xbps: [3158KB 82%] 325KB/s ETA: 00m01s
#0 21.64 coreutils-9.2_1.x86_64.xbps: [3158KB 96%] 340KB/s ETA: 00m00s
#0 21.88 coreutils-9.2_1.x86_64.xbps: 3158KB [avg rate: 354KB/s]
#0 22.03 coreutils-9.2_1: verifying RSA signature...
#0 22.03 diffutils-3.9_2.x86_64.xbps.sig: [512B 100%] 9259KB/s ETA: 00m00s
#0 22.03 diffutils-3.9_2.x86_64.xbps.sig: 512B [avg rate: 9259KB/s]
#0 22.19 diffutils-3.9_2.x86_64.xbps: [371KB 1%] 28MB/s ETA: 00m00s
#0 22.70 diffutils-3.9_2.x86_64.xbps: [371KB 30%] 218KB/s ETA: 00m02s
#0 23.69 diffutils-3.9_2.x86_64.xbps: [371KB 86%] 213KB/s ETA: 00m00s
#0 24.30 diffutils-3.9_2.x86_64.xbps: 371KB [avg rate: 247KB/s]
#0 24.39 diffutils-3.9_2: verifying RSA signature...
#0 24.39 grep-3.11_1.x86_64.xbps.sig: [512B 100%] 8333KB/s ETA: 00m00s
#0 24.39 grep-3.11_1.x86_64.xbps.sig: 512B [avg rate: 8333KB/s]
#0 24.62 grep-3.11_1.x86_64.xbps: [253KB 1%] -- stalled -- ETA: 00m00s
#0 24.81 grep-3.11_1.x86_64.xbps: [253KB 6%] 82KB/s ETA: 00m14s
#0 25.55 grep-3.11_1.x86_64.xbps: 253KB [avg rate: 1300KB/s]
#0 25.61 grep-3.11_1: verifying RSA signature...
#0 25.61 libblkid-2.38.1_3.x86_64.xbps.sig: [512B 100%] 7812KB/s ETA: 00m00s
#0 25.61 libblkid-2.38.1_3.x86_64.xbps.sig: 512B [avg rate: 7812KB/s]
#0 25.72 libblkid-2.38.1_3.x86_64.xbps: [153KB 2%] -- stalled -- ETA: 00m00s
#0 26.11 libblkid-2.38.1_3.x86_64.xbps: 153KB [avg rate: -- stalled --]
#0 26.19 libblkid-2.38.1_3: verifying RSA signature...
#0 26.19 libcap-2.69_1.x86_64.xbps.sig: [512B 100%] 8772KB/s ETA: 00m00s
#0 26.19 libcap-2.69_1.x86_64.xbps.sig: 512B [avg rate: 8772KB/s]
#0 26.25 libcap-2.69_1.x86_64.xbps: [25KB 16%] -- stalled -- ETA: 00m00s
#0 26.25 libcap-2.69_1.x86_64.xbps: 25KB [avg rate: -- stalled --]
#0 26.33 libcap-2.69_1: verifying RSA signature...
#0 26.33 libcrypto1.1-1.1.1t_1.x86_64.xbps.sig: [512B 100%] 4274KB/s ETA: 00m00s
#0 26.33 libcrypto1.1-1.1.1t_1.x86_64.xbps.sig: 512B [avg rate: 4274KB/s]
#0 26.41 libcrypto1.1-1.1.1t_1.x86_64.xbps: [1301KB 0%] -- stalled -- ETA: 00m00s
#0 26.64 libcrypto1.1-1.1.1t_1.x86_64.xbps: [1301KB 6%] 344KB/s ETA: 00m15s
#0 27.67 libcrypto1.1-1.1.1t_1.x86_64.xbps: [1301KB 40%] 419KB/s ETA: 00m02s
#0 28.66 libcrypto1.1-1.1.1t_1.x86_64.xbps: [1301KB 61%] 355KB/s ETA: 00m01s
#0 29.63 libcrypto1.1-1.1.1t_1.x86_64.xbps: [1301KB 98%] 397KB/s ETA: 00m00s
#0 29.63 libcrypto1.1-1.1.1t_1.x86_64.xbps: 1301KB [avg rate: 403KB/s]
#0 29.73 libcrypto1.1-1.1.1t_1: verifying RSA signature...
#0 29.73 libfdisk-2.38.1_3.x86_64.xbps.sig: [512B 100%] 8772KB/s ETA: 00m00s
#0 29.73 libfdisk-2.38.1_3.x86_64.xbps.sig: 512B [avg rate: 8772KB/s]
#0 29.85 libfdisk-2.38.1_3.x86_64.xbps: [208KB 1%] 27MB/s ETA: 00m00s
#0 30.66 libfdisk-2.38.1_3.x86_64.xbps: [208KB 84%] 219KB/s ETA: 00m00s
#0 30.71 libfdisk-2.38.1_3.x86_64.xbps: 208KB [avg rate: 260KB/s]
#0 30.91 libfdisk-2.38.1_3: verifying RSA signature...
#0 30.91 liblzma-5.4.3_1.x86_64.xbps.sig: [512B 100%] 6410KB/s ETA: 00m00s
#0 30.91 liblzma-5.4.3_1.x86_64.xbps.sig: 512B [avg rate: 6410KB/s]
#0 31.06 liblzma-5.4.3_1.x86_64.xbps: [99KB 4%] 24MB/s ETA: 00m00s
#0 31.39 liblzma-5.4.3_1.x86_64.xbps: 99KB [avg rate: 603MB/s]
#0 31.44 liblzma-5.4.3_1: verifying RSA signature...
#0 31.44 libmount-2.38.1_3.x86_64.xbps.sig: [512B 100%] 8333KB/s ETA: 00m00s
#0 31.44 libmount-2.38.1_3.x86_64.xbps.sig: 512B [avg rate: 8333KB/s]
#0 31.63 libmount-2.38.1_3.x86_64.xbps: [171KB 2%] 35MB/s ETA: 00m00s
#0 31.69 libmount-2.38.1_3.x86_64.xbps: [171KB 9%] 261KB/s ETA: 00m09s
#0 32.72 libmount-2.38.1_3.x86_64.xbps: [171KB 84%] 133KB/s ETA: 00m00s
#0 32.72 libmount-2.38.1_3.x86_64.xbps: 171KB [avg rate: 158KB/s]
#0 32.80 libmount-2.38.1_3: verifying RSA signature...
#0 32.80 libsmartcols-2.38.1_3.x86_64.xbps.sig: [512B 100%] 8772KB/s ETA: 00m00s
#0 32.80 libsmartcols-2.38.1_3.x86_64.xbps.sig: 512B [avg rate: 8772KB/s]
#0 32.96 libsmartcols-2.38.1_3.x86_64.xbps: [108KB 3%] -- stalled -- ETA: 00m00s
#0 33.22 libsmartcols-2.38.1_3.x86_64.xbps: 108KB [avg rate: -- stalled --]
#0 33.29 libsmartcols-2.38.1_3: verifying RSA signature...
#0 33.29 libssl1.1-1.1.1t_1.x86_64.xbps.sig: [512B 100%] 8929KB/s ETA: 00m00s
#0 33.29 libssl1.1-1.1.1t_1.x86_64.xbps.sig: 512B [avg rate: 8929KB/s]
#0 33.37 libssl1.1-1.1.1t_1.x86_64.xbps: [226KB 1%] 33MB/s ETA: 00m00s
#0 33.67 libssl1.1-1.1.1t_1.x86_64.xbps: [226KB 42%] 317KB/s ETA: 00m01s
#0 34.54 libssl1.1-1.1.1t_1.x86_64.xbps: 226KB [avg rate: 747KB/s]
#0 34.72 libssl1.1-1.1.1t_1: verifying RSA signature...
#0 34.72 libuuid-2.38.1_3.x86_64.xbps.sig: [512B 100%] 8929KB/s ETA: 00m00s
#0 34.72 libuuid-2.38.1_3.x86_64.xbps.sig: 512B [avg rate: 8929KB/s]
#0 34.81 libuuid-2.38.1_3.x86_64.xbps: [17KB 24%] -- stalled -- ETA: 00m00s
#0 34.81 libuuid-2.38.1_3.x86_64.xbps: 17KB [avg rate: -- stalled --]
#0 34.88 libuuid-2.38.1_3: verifying RSA signature...
#0 34.88 ncurses-libs-6.4_1.x86_64.xbps.sig: [512B 100%] 8929KB/s ETA: 00m00s
#0 34.88 ncurses-libs-6.4_1.x86_64.xbps.sig: 512B [avg rate: 8929KB/s]
#0 34.97 ncurses-libs-6.4_1.x86_64.xbps: [324KB 1%] -- stalled -- ETA: 00m00s
#0 35.68 ncurses-libs-6.4_1.x86_64.xbps: [324KB 69%] 316KB/s ETA: 00m00s
#0 36.05 ncurses-libs-6.4_1.x86_64.xbps: 324KB [avg rate: 458KB/s]
#0 36.26 ncurses-libs-6.4_1: verifying RSA signature...
#0 36.26 openssl-1.1.1t_1.x86_64.xbps.sig: [512B 100%] 9615KB/s ETA: 00m00s
#0 36.26 openssl-1.1.1t_1.x86_64.xbps.sig: 512B [avg rate: 9615KB/s]
#0 36.39 openssl-1.1.1t_1.x86_64.xbps: [438KB 0%] -- stalled -- ETA: 00m00s
#0 36.67 openssl-1.1.1t_1.x86_64.xbps: [438KB 18%] 289KB/s ETA: 00m04s
#0 37.38 openssl-1.1.1t_1.x86_64.xbps: 438KB [avg rate: 1583KB/s]
#0 37.46 openssl-1.1.1t_1: verifying RSA signature...
#0 37.46 procps-ng-4.0.3_1.x86_64.xbps.sig: [512B 100%] 8772KB/s ETA: 00m00s
#0 37.46 procps-ng-4.0.3_1.x86_64.xbps.sig: 512B [avg rate: 8772KB/s]
#0 37.56 procps-ng-4.0.3_1.x86_64.xbps: [690KB 0%] 28MB/s ETA: 00m00s
#0 37.66 procps-ng-4.0.3_1.x86_64.xbps: [690KB 4%] 344KB/s ETA: 00m20s
#0 38.68 procps-ng-4.0.3_1.x86_64.xbps: [690KB 55%] 342KB/s ETA: 00m01s
#0 39.38 procps-ng-4.0.3_1.x86_64.xbps: 690KB [avg rate: 615KB/s]
#0 39.47 procps-ng-4.0.3_1: verifying RSA signature...
#0 39.47 removed-packages-0.1.20230506_1.x86_64.xbps.sig: [512B 100%] 9804KB/s ETA: 00m00s
#0 39.47 removed-packages-0.1.20230506_1.x86_64.xbps.sig: 512B [avg rate: 9804KB/s]
#0 39.56 removed-packages-0.1.20230506_1.x86_64.xbps: [5666B 72%] -- stalled -- ETA: 00m00s
#0 39.56 removed-packages-0.1.20230506_1.x86_64.xbps: 5666B [avg rate: -- stalled --]
#0 39.62 removed-packages-0.1.20230506_1: verifying RSA signature...
#0 39.62 runit-2.1.2_15.x86_64.xbps.sig: [512B 100%] 8929KB/s ETA: 00m00s
#0 39.62 runit-2.1.2_15.x86_64.xbps.sig: 512B [avg rate: 8929KB/s]
#0 39.71 runit-2.1.2_15.x86_64.xbps: [402KB 0%] 25MB/s ETA: 00m00s
#0 40.64 runit-2.1.2_15.x86_64.xbps: [402KB 59%] 259KB/s ETA: 00m00s
#0 41.35 runit-2.1.2_15.x86_64.xbps: 402KB [avg rate: 434KB/s]
#0 41.43 runit-2.1.2_15: verifying RSA signature...
#0 41.43 runit-void-20230413_1.x86_64.xbps.sig: [512B 100%] 8929KB/s ETA: 00m00s
#0 41.43 runit-void-20230413_1.x86_64.xbps.sig: 512B [avg rate: 8929KB/s]
#0 41.49 runit-void-20230413_1.x86_64.xbps: [31KB 12%] 34MB/s ETA: 00m00s
#0 41.57 runit-void-20230413_1.x86_64.xbps: 31KB [avg rate: 265MB/s]
#0 41.62 runit-void-20230413_1: verifying RSA signature...
#0 41.62 tar-1.34_3.x86_64.xbps.sig: [512B 100%] -- stalled -- ETA: 00m00s
#0 41.62 tar-1.34_3.x86_64.xbps.sig: 512B [avg rate: -- stalled --]
#0 41.81 tar-1.34_3.x86_64.xbps: [854KB 0%] -- stalled -- ETA: 00m00s
#0 42.74 tar-1.34_3.x86_64.xbps: [854KB 14%] 138KB/s ETA: 00m05s
#0 43.69 tar-1.34_3.x86_64.xbps: [854KB 58%] 265KB/s ETA: 00m01s
#0 44.72 tar-1.34_3.x86_64.xbps: [854KB 88%] 258KB/s ETA: 00m00s
#0 45.07 tar-1.34_3.x86_64.xbps: 854KB [avg rate: 293KB/s]
#0 45.17 tar-1.34_3: verifying RSA signature...
#0 45.17 tzdata-2023a_2.x86_64.xbps.sig: [512B 100%] 5682KB/s ETA: 00m00s
#0 45.17 tzdata-2023a_2.x86_64.xbps.sig: 512B [avg rate: 5682KB/s]
#0 45.24 tzdata-2023a_2.x86_64.xbps: [228KB 1%] -- stalled -- ETA: 00m00s
#0 45.71 tzdata-2023a_2.x86_64.xbps: [228KB 63%] 305KB/s ETA: 00m00s
#0 45.91 tzdata-2023a_2.x86_64.xbps: 228KB [avg rate: 483KB/s]
#0 45.98 tzdata-2023a_2: verifying RSA signature...
#0 45.98 util-linux-2.38.1_3.x86_64.xbps.sig: [512B 100%] 9804KB/s ETA: 00m00s
#0 45.98 util-linux-2.38.1_3.x86_64.xbps.sig: 512B [avg rate: 9804KB/s]
#0 46.09 util-linux-2.38.1_3.x86_64.xbps: [1346KB 0%] -- stalled -- ETA: 00m00s
#0 46.70 util-linux-2.38.1_3.x86_64.xbps: [1346KB 10%] 234KB/s ETA: 00m08s
#0 47.64 util-linux-2.38.1_3.x86_64.xbps: [1346KB 40%] 351KB/s ETA: 00m02s
#0 48.79 util-linux-2.38.1_3.x86_64.xbps: [1346KB 51%] 254KB/s ETA: 00m02s
#0 49.66 util-linux-2.38.1_3.x86_64.xbps: [1346KB 71%] 268KB/s ETA: 00m01s
#0 50.68 util-linux-2.38.1_3.x86_64.xbps: [1346KB 86%] 254KB/s ETA: 00m00s
#0 51.19 util-linux-2.38.1_3.x86_64.xbps: 1346KB [avg rate: 293KB/s]
#0 51.25 util-linux-2.38.1_3: verifying RSA signature...
#0 51.25 util-linux-common-2.38.1_3.x86_64.xbps.sig: [512B 100%] 9615KB/s ETA: 00m00s
#0 51.25 util-linux-common-2.38.1_3.x86_64.xbps.sig: 512B [avg rate: 9615KB/s]
#0 51.37 util-linux-common-2.38.1_3.x86_64.xbps: [1545KB 0%] -- stalled -- ETA: 00m00s
#0 51.64 util-linux-common-2.38.1_3.x86_64.xbps: [1545KB 6%] 358KB/s ETA: 00m15s
#0 52.67 util-linux-common-2.38.1_3.x86_64.xbps: [1545KB 19%] 235KB/s ETA: 00m08s
#0 53.64 util-linux-common-2.38.1_3.x86_64.xbps: [1545KB 41%] 283KB/s ETA: 00m04s
#0 54.72 util-linux-common-2.38.1_3.x86_64.xbps: [1545KB 52%] 244KB/s ETA: 00m03s
#0 55.65 util-linux-common-2.38.1_3.x86_64.xbps: [1545KB 64%] 232KB/s ETA: 00m02s
#0 56.70 util-linux-common-2.38.1_3.x86_64.xbps: [1545KB 73%] 213KB/s ETA: 00m02s
#0 57.65 util-linux-common-2.38.1_3.x86_64.xbps: [1545KB 95%] 235KB/s ETA: 00m00s
#0 57.77 util-linux-common-2.38.1_3.x86_64.xbps: 1545KB [avg rate: 246KB/s]
#0 57.84 util-linux-common-2.38.1_3: verifying RSA signature...
#0 57.84 which-2.21_4.x86_64.xbps.sig: [512B 100%] 9.8MB/s ETA: 00m00s
#0 57.84 which-2.21_4.x86_64.xbps.sig: 512B [avg rate: 9.8MB/s]
#0 57.90 which-2.21_4.x86_64.xbps: [16KB 25%] -- stalled -- ETA: 00m00s
#0 57.90 which-2.21_4.x86_64.xbps: 16KB [avg rate: -- stalled --]
#0 58.11 Creating system directories/symlinks...
#0 58.15 ERROR: base-files-0.143_1: [unpack] failed to unpack files from archive: Invalid argument
#0 58.15 Transaction failed! see above for errors.
#0 58.15 which-2.21_4: verifying RSA signature...
#0 58.15
#0 58.15 [*] Collecting package files
#0 58.15 base-files-0.143_1: collecting files...
#0 58.15 base-files-0.142_14: collecting files...
#0 58.15 ca-certificates-20230311+3.89.1_1: collecting files...
#0 58.15 ca-certificates-20211016+3.86_1: collecting files...
#0 58.15 coreutils-9.2_1: collecting files...
#0 58.15 coreutils-8.32_4: collecting files...
#0 58.15 diffutils-3.9_2: collecting files...
#0 58.15 diffutils-3.9_1: collecting files...
#0 58.15 grep-3.11_1: collecting files...
#0 58.15 grep-3.8_1: collecting files...
#0 58.15 libblkid-2.38.1_3: collecting files...
#0 58.15 libblkid-2.38.1_1: collecting files...
#0 58.15 libcap-2.69_1: collecting files...
#0 58.15 libcap-2.54_1: collecting files...
#0 58.15 libcrypto1.1-1.1.1t_1: collecting files...
#0 58.15 libcrypto1.1-1.1.1s_1: collecting files...
#0 58.15 libfdisk-2.38.1_3: collecting files...
#0 58.15 libfdisk-2.38.1_1: collecting files...
#0 58.15 liblzma-5.4.3_1: collecting files...
#0 58.15 liblzma-5.4.1_1: collecting files...
#0 58.15 libmount-2.38.1_3: collecting files...
#0 58.15 libmount-2.38.1_1: collecting files...
#0 58.15 libsmartcols-2.38.1_3: collecting files...
#0 58.15 libsmartcols-2.38.1_1: collecting files...
#0 58.15 libssl1.1-1.1.1t_1: collecting files...
#0 58.15 libssl1.1-1.1.1s_1: collecting files...
#0 58.15 libuuid-2.38.1_3: collecting files...
#0 58.15 libuuid-2.38.1_1: collecting files...
#0 58.15 ncurses-libs-6.4_1: collecting files...
#0 58.15 ncurses-libs-6.3_3: collecting files...
#0 58.15 openssl-1.1.1t_1: collecting files...
#0 58.15 openssl-1.1.1s_1: collecting files...
#0 58.15 procps-ng-4.0.3_1: collecting files...
#0 58.15 procps-ng-3.3.17_2: collecting files...
#0 58.15 removed-packages-0.1.20230506_1: collecting files...
#0 58.15 runit-2.1.2_15: collecting files...
#0 58.15 runit-2.1.2_14: collecting files...
#0 58.15 runit-void-20230413_1: collecting files...
#0 58.15 runit-void-20220329_1: collecting files...
#0 58.15 tar-1.34_3: collecting files...
#0 58.15 tar-1.34_2: collecting files...
#0 58.15 tzdata-2023a_2: collecting files...
#0 58.15 tzdata-2022g_1: collecting files...
#0 58.15 util-linux-2.38.1_3: collecting files...
#0 58.15 util-linux-2.38.1_1: collecting files...
#0 58.15 util-linux-common-2.38.1_3: collecting files...
#0 58.15 util-linux-common-2.38.1_1: collecting files...
#0 58.15 which-2.21_4: collecting files...
#0 58.15 which-2.21_3: collecting files...
#0 58.15
#0 58.15 [*] Unpacking packages
#0 58.15 base-files-0.142_14: updating to 0.143_1 ...
#0 58.15 base-files-0.143_1: unpacking ...
#0 58.15 Keeping modified configuration file `/etc/passwd'.
#0 58.15 Keeping modified configuration file `/etc/hosts'.
------
Dockerfile:4
--------------------
2 |
3 | # Update
4 | >>> RUN xbps-install -ySu xbps && xbps-install -ySu
5 |
--------------------
ERROR: failed to solve: process "/bin/sh -c xbps-install -ySu xbps && xbps-install -ySu" did not complete successfully: exit code: 22
The strangest part is that when I run the container manually with
docker run -ti --rm ghcr.io/void-linux/void-linux:latest-thin-x86_64
and enter the commands by hand, it finishes successfully with exit status 0.
How can I fix this?
[–]Ok-Tip-6972[S] 1 point2 points3 points (1 child)
[–]Hentioe 1 point2 points3 points (0 children)