Fix missing functions from zlib that the linker needs.

1
Icedream 2017-04-13 16:27:58 +02:00
parent 74bdfa2441
commit 2e79bd000c
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 4 additions and 3 deletions

View File

@ -9,11 +9,12 @@ FROM alpine:3.5
ARG GUETZLI_VERSION=v1.0.1 ARG GUETZLI_VERSION=v1.0.1
RUN \ RUN \
apk add --no-cache --virtual .build-deps \ apk add --no-cache --virtual .build-deps \
libpng-dev \
alpine-sdk \ alpine-sdk \
git \
coreutils \
cmake \ cmake \
coreutils \
git \
libpng-dev \
zlib-dev \
&&\ &&\
\ \
git clone "https://github.com/google/guetzli.git" /var/tmp/guetzli &&\ git clone "https://github.com/google/guetzli.git" /var/tmp/guetzli &&\