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