We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedb786 commit c1181c0Copy full SHA for c1181c0
Dockerfile
@@ -2,8 +2,6 @@
2
# Stage 1: Prepare the Recipe
3
##############################
4
FROM rust:alpine AS chef
5
-ENV RUSTFLAGS="-C target-feature=-crt-static"
6
-RUN apk add --no-cache tesseract-ocr-dev leptonica-dev clang-dev
7
RUN cargo install cargo-chef
8
WORKDIR /app
9
COPY . .
@@ -29,4 +27,4 @@ FROM alpine
29
27
RUN apk add --no-cache tesseract-ocr
30
28
31
COPY --from=builder /app/target/release/parser .
32
-ENTRYPOINT ["./parser"]
+ENTRYPOINT ["./parser"]
0 commit comments