From 43a8f4482466c5c8e175a16d4010c7dd3bbb8a4f Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 15 Aug 2021 00:09:19 +0300
Subject: [PATCH] Add build.

It's the new blessed wheel build tool.
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index fae01b9..cf80cd0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,6 +13,7 @@ RUN yum group install -y "Development tools" && \
     pip3 install --no-cache-dir --upgrade pip && \
     pip3 install --no-cache-dir \
         auditwheel \
+        build \
         docutils \
         pipenv \
         poetry \
-- 
GitLab