From c6063e8eed96f38eb5d1e4b6b26e8125b5fa09c4 Mon Sep 17 00:00:00 2001 From: a2nr Date: Sat, 11 Apr 2026 16:44:14 +0700 Subject: [PATCH] revert ubuntu:22.04 --- Dockerfile.standalone | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.standalone b/Dockerfile.standalone index 1152b9e..cbd723f 100644 --- a/Dockerfile.standalone +++ b/Dockerfile.standalone @@ -3,7 +3,7 @@ # 1. Local: place files in prebuilt/qemu/ (from build-qemu.sh or manual copy) # 2. CI/CD: downloads from GitHub Release (requires qemu-lcgamboa repo to be public) # The COPY always runs; the RUN only downloads missing files. -FROM debian:bookworm-slim AS qemu-provider +FROM ubuntu:22.04 AS qemu-provider RUN apt-get update && apt-get install -y --no-install-recommends curl ca-certificates \ && rm -rf /var/lib/apt/lists/*