marcbachmann / dockerfile-libvips

:sunrise_over_mountains: All libvips dependencies & libvips built from source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile for libvips

Installs libvips on ubuntu:20.04 as base image.

Supported tags

How to use

Download the image using:

$ docker pull marcbachmann/libvips
# .... pulling down image

Or extend from it:

echo '
FROM marcbachmann/libvips
RUN apt-get update && apt-get install curl && curl -fsSL https://deb.nodesource.com/setup_16.x | bash && apt-get install nodejs
' > Dockerfile

docker build -t libvips-with-node .

License

Licensed under MIT

About

:sunrise_over_mountains: All libvips dependencies & libvips built from source


Languages

Language:Dockerfile 100.0%