Install recommends
continuous-integration/drone/push Build is passing Details

This commit is contained in:
IamTheFij 2019-03-10 15:22:28 -07:00
parent f008e065b7
commit da03b3de88
1 changed files with 2 additions and 2 deletions

View File

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