ogr2ogr
Convert geospatial vector data between file formats. More information: <https://gdal.org/programs/ogr2ogr.html>.
RUN apt-get update && \
apt-get install -y gdal-bin
RUN apt-get update && \
apt-get install -y gdal-bin
RUN pacman -S --noconfirm gdal
RUN apt-get update && \
apt-get install -y gdal-bin
RUN dnf install -y gdal
RUN apt-get update && \
apt-get install -y gdal-bin