Skip to content

Commit c1181c0

Browse files
fix: opti build (#65)
1 parent fedb786 commit c1181c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# Stage 1: Prepare the Recipe
33
##############################
44
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
75
RUN cargo install cargo-chef
86
WORKDIR /app
97
COPY . .
@@ -29,4 +27,4 @@ FROM alpine
2927
RUN apk add --no-cache tesseract-ocr
3028
WORKDIR /app
3129
COPY --from=builder /app/target/release/parser .
32-
ENTRYPOINT ["./parser"]
30+
ENTRYPOINT ["./parser"]

0 commit comments

Comments
 (0)