Skip to content

Instantly share code, notes, and snippets.

View bennyfactor's full-sized avatar

Benjamin Lamb bennyfactor

  • Trabian Technology
  • INDPLS IN US NA
View GitHub Profile
@bennyfactor
bennyfactor / Dockerfile
Last active July 26, 2025 22:29 — forked from duckworth/Dockerfile
racadm on OSX
##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
@bennyfactor
bennyfactor / libvips.spec
Last active June 25, 2019 17:07 — forked from mbklein/libvips.spec
libvips RPM spec for CentOS 6
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