diff --git a/Dockerfile b/Dockerfile
index fae01b94afc81a45b28bbd4b984d33b6ab000a83..cf80cd0c3165e943f904baa17d41737e74943f32 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 \