fix: Do not install agent

This commit is contained in:
Kroese 2023-11-08 04:26:00 +01:00 committed by GitHub
parent ede42b3647
commit 7a55c650d0

View File

@ -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