mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 06:06:18 +01:00
Patch libtiff v4.0.6 with latest security fixes
This commit is contained in:
@@ -5,8 +5,10 @@ MAINTAINER Lovell Fuller <npm@lovell.info>
|
||||
|
||||
# Build dependencies
|
||||
RUN \
|
||||
echo "deb http://ftp.debian.org/debian wheezy-backports main" | tee /etc/apt/sources.list.d/wheezy-backports.list && \
|
||||
apt-get update && \
|
||||
apt-get install -y build-essential autoconf libtool nasm gtk-doc-tools texinfo advancecomp
|
||||
apt-get install -y build-essential autoconf libtool nasm gtk-doc-tools texinfo advancecomp && \
|
||||
apt-get -t wheezy-backports install -y jq
|
||||
|
||||
# Compiler settings
|
||||
ENV \
|
||||
|
||||
Reference in New Issue
Block a user