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 Aug 19, 2021
1 parent bd6ac0e commit 741e26e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ms-windows/mingw/qgis3-build-deps-mingw.dockerfile
Expand Up @@ -7,8 +7,6 @@ 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 \
Expand Down Expand Up @@ -93,8 +91,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 741e26e

Please sign in to comment.