FROM ghcr.io/maplibre/linux-builder:centos9-gcc11

# Copy and set the entry point
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
