mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 11:00:14 +02:00
6 lines
202 B
Docker
6 lines
202 B
Docker
FROM resin/rpi-raspbian:jessie
|
|
MAINTAINER Lovell Fuller <npm@lovell.info>
|
|
|
|
# Build dependencies
|
|
RUN apt-get update && apt-get install -y build-essential autoconf libtool nasm gtk-doc-tools texinfo curl
|