From 4756c0f38a4dc3ce45ccf40f091abee1f8f52571 Mon Sep 17 00:00:00 2001 From: abdulhade Date: Sun, 30 Mar 2025 08:13:55 +0300 Subject: [PATCH] Added `docker-buildx` to the dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70a73ea..08a29a2 100644 --- a/README.md +++ b/README.md @@ -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 ```