This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ##Dockerfile | |
| FROM centos:7 | |
| RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo | |
| RUN sed -i s/^#.*baseurl=http/baseurl=http/g /etc/yum.repos.d/*.repo | |
| RUN sed -i s/^mirrorlist=http/#mirrorlist=http/g /etc/yum.repos.d/*.repo | |
| RUN yum clean all && yum -y update | |
| RUN yum update -y && yum install -y wget perl openssl-devel dmidecode sed vim | |
| RUN wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Summary: A fast image processing library with low memory needs | |
| Name: vips | |
| Version: 8.7.4 | |
| Release: 1%{?dist} | |
| License: LGPLv2.1+ | |
| Source0: https://github.com/jcupitt/libvips/releases/download/v8.7.4/%{name}-%{version}.tar.gz | |
| URL: https://github.com/jcupitt/libvips | |
| BuildRequires: chrpath, gtk-doc, libxml2-devel, libjpeg-turbo-devel, libpng-devel | |
| BuildRequires: libtiff-devel, libexif-devel, libgsf-devel, lcms-devel | |
| BuildRequires: ImageMagick-devel, gobject-introspection-devel, libwebp-devel |