mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
tests/docker: use fully qualified image name for emsdk
Without it, at least it fails with podman on fc42: [1/6] STEP 1/15: FROM emscripten/emsdk:3.1.50 AS build-base Error: creating build container: short-name resolution enforced but cannot prompt without a TTY Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Kohei Tokunaga <ktokunaga.mail@gmail.com> Message-ID: <20250924120426.2158655-10-marcandre.lureau@redhat.com>
This commit is contained in:
@@ -8,7 +8,7 @@ ARG PIXMAN_VERSION=0.44.2
|
||||
ARG FFI_VERSION=v3.4.7
|
||||
ARG MESON_VERSION=1.5.0
|
||||
|
||||
FROM emscripten/emsdk:$EMSDK_VERSION_QEMU AS build-base
|
||||
FROM docker.io/emscripten/emsdk:$EMSDK_VERSION_QEMU AS build-base
|
||||
ARG MESON_VERSION
|
||||
ENV TARGET=/builddeps/target
|
||||
ENV CPATH="$TARGET/include"
|
||||
|
||||
Reference in New Issue
Block a user