diff --git a/Dockerfile b/Dockerfile index d40d936..b71f6d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN cargo build --release ############################## # Stage 3: Final Image ############################## -FROM alpine +FROM alpine:3 RUN apk add --no-cache tesseract-ocr WORKDIR /app COPY --from=builder /app/target/release/parser .