mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
install datree
This commit is contained in:
parent
d9f7a01a15
commit
44857147be
@ -14,10 +14,18 @@ docker run -it -v ${PWD}:/work -w /work --net host alpine sh
|
||||
Let's install `curl` and `unzip`
|
||||
|
||||
```
|
||||
apk add curl unzip
|
||||
apk add curl unzip bash
|
||||
```
|
||||
|
||||
And finally grab the `datree` [1.5.9](https://github.com/datreeio/datree/releases/tag/1.5.9) binary
|
||||
We can install the latest version of Datree with the command advertised:
|
||||
|
||||
```
|
||||
curl https://get.datree.io | /bin/bash
|
||||
```
|
||||
|
||||
|
||||
Or we can grab a specific version of `datree` on the GitHub releases page. </br>
|
||||
For example: [1.5.9](https://github.com/datreeio/datree/releases/tag/1.5.9) binary
|
||||
|
||||
```
|
||||
curl -L https://github.com/datreeio/datree/releases/download/1.5.9/datree-cli_1.5.9_Linux_x86_64.zip -o /tmp/datree.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user