mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 05:36:18 +01:00
Refactor packaging scripts, add ARMv7/v8 binaries
This commit is contained in:
14
packaging/linux-x64/Dockerfile
Normal file
14
packaging/linux-x64/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM debian:wheezy
|
||||
MAINTAINER Lovell Fuller <npm@lovell.info>
|
||||
|
||||
# Create Debian-based container suitable for building Linux x64 binaries
|
||||
|
||||
# Build dependencies
|
||||
RUN \
|
||||
apt-get update && \
|
||||
apt-get install -y build-essential autoconf libtool nasm gtk-doc-tools texinfo advancecomp
|
||||
|
||||
# Compiler settings
|
||||
ENV \
|
||||
PLATFORM="linux-x64" \
|
||||
FLAGS="-O3"
|
||||
Reference in New Issue
Block a user