ecf0002a7fb960da142a3c0ba1766bd2ba89a394
wiki/howto/development/ci.md
| ... | ... | @@ -86,8 +86,9 @@ The image has been crafted specifically to contain the tools required for the bu |
| 86 | 86 | # the firefox package may be "firefox-esr" and firefox-geckodriver and the linux*aws packages may not be available at |
| 87 | 87 | # all, in which case a direct download, e.g., from https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz |
| 88 | 88 | # is an alternative; unpack to /usr/local/bin. |
| 89 | - # Furthermore, on Debian 11 we need cloud-guest-utils. |
|
| 90 | - apt-get -y install maven rabbitmq-server mongodb-org firefox firefox-geckodriver fwupd linux-aws linux-headers-aws linux-image-aws docker.io |
|
| 89 | + cd /usr/local/bin |
|
| 90 | + wget -O - "https://github.com/mozilla/geckodriver/releases/download/v0.31.0/geckodriver-v0.31.0-linux64.tar.gz" | tar xzvpf - |
|
| 91 | + apt-get -y install cloud-guest-utils maven rabbitmq-server mongodb-org firefox fwupd linux-aws linux-headers-aws linux-image-aws docker.io |
|
| 91 | 92 | apt-get -y autoremove |
| 92 | 93 | cd /tmp |
| 93 | 94 | mv /tmp/imageupgrade /usr/local/bin |