Merge pull request #9 from PiyushXCoder/dev

Fixed Pipeline
This commit is contained in:
Piyush मिश्रः 2024-03-10 09:42:56 +05:30 committed by GitHub
commit 5f9223d461
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM rust:alpine3.18 AS build
RUN cargo search --limit 0 && \
RUN cargo search --limit 1 && \
apk add --no-cache musl-dev pkgconfig openssl-dev
WORKDIR /app
COPY . .