mirror of
https://github.com/lovell/sharp.git
synced 2025-07-12 20:10:13 +02:00
9 lines
233 B
Docker
9 lines
233 B
Docker
FROM debian:stretch
|
|
MAINTAINER Lovell Fuller <npm@lovell.info>
|
|
|
|
# Create Debian-based container suitable for post-processing Windows x64 binaries
|
|
|
|
RUN apt-get update && apt-get install -y curl zip advancecomp
|
|
|
|
ENV PLATFORM=win32-x64
|