Error building Dockerfile with Apache Arrow and re2 on Alpine Linux
Error building Dockerfile with Apache Arrow and re2 on Alpine Linux I am trying to build a Docker image that includes installing Apache Arrow from the source, but I am encountering an error related to the re2 library. Here is my Dockerfile: FROM python:3.11-alpine # Install system dependencies RUN apk add –no-cache gcc libc-dev python3-dev […]