-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
With a fresh clone of the repo, running the Docker build gives me the following error:
=> CACHED [ 1/16] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s
=> ERROR [ 2/16] RUN apt-get update && apt-get install -y wget curl lsb-release software-properties-common gnu 1.8s
------
> [ 2/16] RUN apt-get update && apt-get install -y wget curl lsb-release software-properties-common gnupg vim build-essential libc6-dev libc6-dev-i386 libtinfo5 m4 zip git cmake ninja-build:
#5 0.165 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#5 0.186 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB]
#5 0.216 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
#5 0.256 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8070 kB]
#5 0.464 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [120 kB]
#5 0.526 Get:6 http://deb.debian.org/debian bullseye-updates/main arm64 Packages [2596 B]
#5 1.170 Fetched 8392 kB in 1s (8163 kB/s)
#5 1.170 Reading package lists...
#5 1.433 Reading package lists...
#5 1.682 Building dependency tree...
#5 1.744 Reading state information...
#5 1.795 E: Unable to locate package libc6-dev-i386
------
executor failed running [/bin/sh -c apt-get update && apt-get install -y wget curl lsb-release software-properties-common gnupg vim build-essential libc6-dev libc6-dev-i386 libtinfo5 m4 zip git cmake ninja-build]: exit code: 100
Metadata
Metadata
Assignees
Labels
No labels