This commit is contained in:
shivam 2026-01-10 16:32:46 -08:00
parent c6d31553e1
commit a701344879
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -16,7 +16,8 @@ RUN apk add --no-cache \
bash \
gcc \
openssl \
openssl-dev
openssl-dev \
rust
RUN python -m pip install build