* Executing task: ./scripts/generate_swu.sh development STEP 1: FROM docker.io/arm64v8/debian:bullseye-slim STEP 2: LABEL version="2.0.0" --> Using cache 5fc93b5c162104339ddea429e068c4a82b1b8328d0b87b247cc21ca263c45f2d --> 5fc93b5c162 STEP 3: COPY resources/etc/apt /etc/apt/ --> Using cache 51fb61b13afe425e56d9b755da8c99db6a2d5702e72b1f7fd82e5c6bdabdea22 --> 51fb61b13af STEP 4: ARG PACKAGES --> 0cebe1b80ab STEP 5: RUN apt-get update && apt-get upgrade -y && apt-get install -y ${PACKAGES} && apt-get clean Err:1 http://deb.debian.org/debian bullseye InRelease Temporary failure resolving 'http' Err:2 http://download.atmark-techno.com/debian bullseye InRelease Temporary failure resolving 'http' Err:3 http://deb.debian.org/debian-security bullseye-security InRelease Temporary failure resolving 'http' Err:4 http://deb.debian.org/debian bullseye-updates InRelease Temporary failure resolving 'http' Reading package lists... W: Failed to fetch http://deb.debian.org/debian/dists/bullseye/InRelease Temporary failure resolving 'http' W: Failed to fetch http://deb.debian.org/debian-security/dists/bullseye-security/InRelease Temporary failure resolving 'http' W: Failed to fetch http://deb.debian.org/debian/dists/bullseye-updates/InRelease Temporary failure resolving 'http' W: Failed to fetch http://download.atmark-techno.com/debian/dists/bullseye/InRelease Temporary failure resolving 'http' W: Some index files failed to download. They have been ignored, or old ones used instead. Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... E: Unable to locate package build-essential Error: error building at STEP "RUN apt-get update && apt-get upgrade -y && apt-get install -y ${PACKAGES} && apt-get clean": error while running runtime: exit status 100 イメージをビルドできませんでした。 * The terminal process "/usr/bin/bash '-c', './scripts/generate_swu.sh development'" terminated with exit code: 1. * Terminal will be reused by tasks, press any key to close it.