diff --git a/.drone.yml b/.drone.yml index 8edcc07..a42150c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: ubuntu:bionic commands: - apt-get update - - apt-get install -y --no-install-recommends make wget + - apt-get install -y make wget - make build/qemu-x86_64-static - name: build @@ -29,7 +29,7 @@ steps: image: ubuntu:bionic commands: - apt-get update - - apt-get install -y --no-install-recommends make wget + - apt-get install -y make wget - make build/qemu-arm-static - name: build