From a701344879c95cd298feef2cbd562ac9883808f7 Mon Sep 17 00:00:00 2001 From: shivam Date: Sat, 10 Jan 2026 16:32:46 -0800 Subject: [PATCH] update --- Dockerfile | 2 +- docker/Dockerfile.database | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cd0ddd22759..d7502088f44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /app USER root # Install build dependencies -RUN apk add --no-cache bash gcc openssl openssl-dev +RUN apk add --no-cache bash gcc openssl openssl-dev rust RUN python -m pip install build diff --git a/docker/Dockerfile.database b/docker/Dockerfile.database index 4e0ceb61474..ca349cbaaad 100644 --- a/docker/Dockerfile.database +++ b/docker/Dockerfile.database @@ -16,7 +16,8 @@ RUN apk add --no-cache \ bash \ gcc \ openssl \ - openssl-dev + openssl-dev \ + rust RUN python -m pip install build