Add Alpine installation instructions.

This commit is contained in:
jcamiel 2023-08-11 11:59:05 +02:00 committed by hurl-bot
parent 97ceb24e8b
commit 0f3a587292
No known key found for this signature in database
GPG Key ID: 1283A2B4A0DCAF8D
2 changed files with 9 additions and 1 deletions

View File

@ -21,6 +21,14 @@ $ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releas
$ sudo apt update && sudo apt install ./hurl_4.0.0_amd64.deb
```
#### Alpine
Hurl is available on `testing` chanel.
```shell
$ apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing hurl
```
#### Arch Linux / Manjaro
[`hurl-bin` package] for Arch Linux and derived distros is available via [AUR].

View File

@ -359,7 +359,7 @@ build:
- docker:24-dind
before_script:
# Add Hurl on Alpine (testing channel)
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing hurl
- apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing hurl
script:
- bin/integration.sh http://docker:3000
```