Made docker's build-kit optional.
This commit is contained in:
@@ -24,7 +24,12 @@ Adds an abstraction layer on top of your Database.
|
||||
Needed to download and build the docker container.
|
||||
|
||||
```bash
|
||||
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install wget git docker.io docker-buildx -y
|
||||
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install wget git docker.io -y
|
||||
```
|
||||
|
||||
[Optional] Install Docker build-kit:
|
||||
```bash
|
||||
sudo apt-get docker-buildx -y
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user