Added docker-buildx to the dependencies.

This commit is contained in:
2025-03-30 08:13:55 +03:00
parent 3d5557d603
commit 4756c0f38a

View File

@@ -24,7 +24,7 @@ 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 -y
sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install wget git docker.io docker-buildx -y
```