adobe-apiplatform / apigateway

A Performant API Gateway based on NGINX and Openresty
MIT License
301 stars 57 forks source link

Fixing dockerfile #48

Closed atrifan closed 7 years ago

atrifan commented 7 years ago

FROM alpine:latest breaks the build. Based on current dependencies alpine 3.4 is used. Also added some prerequisites for when alpine:latest will be used. There are still some c dependencies failing on alpine:latest but until then this should do trick.

Thanks. @constantincristian @cristianconstantin please find the fix attached I also tested that this works on building

ddragosd commented 7 years ago

@atrifan why do we need autoconf and automake to remain on the docker image ?

ddragosd commented 7 years ago

@atrifan thanks ! 👍