Skip to content

Instantly share code, notes, and snippets.

View AYapejian's full-sized avatar

Ara Yapejian AYapejian

View GitHub Profile
@AYapejian
AYapejian / Dockerfile
Created August 6, 2016 20:51 — forked from LukeFlynn/Dockerfile
Alpine Nginx - From Source
FROM alpine:3.3
MAINTAINER Luke Flynn <[email protected]>
ENV apk_list="autoconf wget ca-certificates pcre zlib zip tar openssl-dev pcre-dev zlib-dev build-base git patch bash gperf python linux-headers gcc"
RUN apk add --no-cache ${apk_list}
WORKDIR /tmp
# Download Nginx and Nginx modules source