mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-15 06:40:34 +08:00
fix: Do not install agent
This commit is contained in:
@@ -34,8 +34,6 @@ RUN apt-get update && apt-get -y upgrade && \
|
|||||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
COPY run/*.sh /run/
|
COPY run/*.sh /run/
|
||||||
COPY agent/*.sh /agent/
|
|
||||||
|
|
||||||
COPY --from=builder /qemu-host.bin /run/host.bin
|
COPY --from=builder /qemu-host.bin /run/host.bin
|
||||||
|
|
||||||
RUN chmod +x /run/*.sh && chmod +x /run/*.bin
|
RUN chmod +x /run/*.sh && chmod +x /run/*.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user