From 740aa7b65d395e96e978f9f6df9568dc66c16a3d Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Sat, 8 Feb 2025 23:28:35 -0500 Subject: [PATCH] copy canokey-qemu into dev layer --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index cc466cb..1fe2cca 100644 --- a/Containerfile +++ b/Containerfile @@ -70,6 +70,7 @@ COPY --from=xz . / COPY --from=grub . / FROM base as dev +COPY --from=canokey-qemu . / COPY --from=gcc . / COPY --from=glib . / COPY --from=alsa-lib . /