Commit 7a55c650 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Do not install agent

parent ede42b36
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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