Skip to content

Commit

Permalink
Remove mingw-rsvg2 from mingw docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Sep 2, 2021
1 parent 4ff1e55 commit a653362
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ms-windows/mingw/qgis3-build-deps-mingw.dockerfile
Expand Up @@ -7,40 +7,29 @@ MAINTAINER Sandro Mani <manisandro@gmail.com>
RUN \
echo all > /etc/rpm/macros.image-language-conf && \
rm -f /etc/yum.repos.d/*modular* && \
dnf install -y --nogpgcheck 'dnf-command(config-manager)' && \
dnf config-manager --add-repo https://copr.fedorainfracloud.org/coprs/smani/mingw-extras/repo/fedora-rawhide/smani-mingw-extras-fedora-rawhide.repo && \
dnf install -y --nogpgcheck \
mingw64-dlfcn \
mingw64-exiv2 \
ccache \
mingw64-gcc-c++ \
mingw64-gdal \
mingw64-gdb \
mingw64-GdbCrashHandler \
mingw64-GeographicLib \
mingw64-geos \
mingw64-gsl \
mingw64-libgomp \
mingw64-libzip \
mingw64-osgearth-qt5 \
mingw64-pacparser \
mingw64-postgresql \
mingw64-proj \
mingw64-python3 \
mingw64-python3-affine \
mingw64-python3-chardet \
mingw64-python3-dateutil \
mingw64-python3-flask \
mingw64-python3-gdal \
mingw64-python3-GeographicLib \
mingw64-python3-homography \
mingw64-python3-idna \
mingw64-python3-lxml \
mingw64-python3-markupsafe \
mingw64-python3-numpy \
mingw64-python3-opencv \
mingw64-python3-OWSLib \
mingw64-python3-pillow \
mingw64-python3-psycopg2 \
mingw64-python3-pygments \
mingw64-python3-pytz \
Expand Down Expand Up @@ -93,8 +82,5 @@ dnf install -y --nogpgcheck \
xorg-x11-server-Xvfb \
zip

RUN wget https://pkg.sourcepole.ch/kadas/mingw64-librsvg2-2.40.11-1.fc28.noarch.rpm
RUN dnf install -y mingw64-librsvg2-2.40.11-1.fc28.noarch.rpm

WORKDIR /workspace
VOLUME ["/workspace"]

0 comments on commit a653362

Please sign in to comment.