Unverified Commit 914099fd authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Add --root-user-action flag (#967)

parent 63972595
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ RUN set -eu && \
        netcat-openbsd \
        qemu-system-x86 && \
    apt-get clean && \
    pip3 install --no-cache-dir --break-system-packages dissect.cstruct && \
    pip3 install --no-cache-dir --break-system-packages --root-user-action dissect.cstruct && \
    mkdir -p /etc/qemu && \
    echo "allow br0" > /etc/qemu/bridge.conf && \
    unlink /etc/nginx/sites-enabled/default && \