From 7a55c650d0a1163e97fe6741b92ffeb0730ea962 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 8 Nov 2023 04:26:00 +0100 Subject: [PATCH] fix: Do not install agent --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb93a14..fb786c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,8 +34,6 @@ RUN apt-get update && apt-get -y upgrade && \ && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* COPY run/*.sh /run/ -COPY agent/*.sh /agent/ - COPY --from=builder /qemu-host.bin /run/host.bin RUN chmod +x /run/*.sh && chmod +x /run/*.bin