57ed4e3fe2933a012d343b83309fff27b253ad94
wiki/howto/development/ci.md
| ... | ... | @@ -93,7 +93,7 @@ The image has been crafted specifically to contain the tools required for the bu |
| 93 | 93 | # is an alternative; unpack to /usr/local/bin. |
| 94 | 94 | cd /usr/local/bin |
| 95 | 95 | wget -O - "https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz" | tar xzvpf - |
| 96 | - apt-get -y install cloud-guest-utils maven rabbitmq-server mongodb-org firefox fwupd linux-aws linux-headers-aws linux-image-aws docker.io |
|
| 96 | + apt-get -y install jq cloud-guest-utils maven rabbitmq-server mongodb-org firefox fwupd linux-aws linux-headers-aws linux-image-aws docker.io |
|
| 97 | 97 | apt-get -y autoremove |
| 98 | 98 | cd /tmp |
| 99 | 99 | mv /tmp/imageupgrade /usr/local/bin |