Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View nicolasazrak's full-sized avatar

Nicolas nicolasazrak

View GitHub Profile
@nicolasazrak
nicolasazrak / Dockerfile
Last active December 23, 2019 04:56 — forked from moneytoo/gist:ab3f34e4fddc2110675952f8280f49c5
nginx with OpenSSL 1.0.2 (ALPN) on CentOS 7, also available from https://brouken.com/brouken-centos-7-repo/
FROM centos:7
RUN mkdir -p /tmp/nginx /root/rpmbuild/RPMS/x86_64/
ADD build.sh /tmp/nginx/
WORKDIR /tmp/nginx
CMD /tmp/nginx/build.sh