From eb3f9cc957a32b756f38eb9eaac56b24c0a4b117 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Thu, 25 May 2017 21:00:39 +0100 Subject: [PATCH] bump to alpine 3.6 --- Dockerfile | 9 ++------- README.md | 1 + 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index fc068a3..6baa889 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lsiobase/alpine.nginx:3.5 +FROM lsiobase/alpine.nginx:3.6 MAINTAINER Stian Larsen, sparklyballs, aptalca # set version label @@ -26,12 +26,7 @@ RUN \ nginx-mod-mail \ nginx-mod-rtmp \ nginx-mod-stream \ - nginx-vim && \ - apk add --no-cache \ - --repository http://nl.alpinelinux.org/alpine/edge/main \ - libwebp && \ - apk add --no-cache \ - --repository http://nl.alpinelinux.org/alpine/edge/community \ + nginx-vim \ php7-ctype \ php7-curl \ php7-dom \ diff --git a/README.md b/README.md index fe6bd0f..b713153 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ Add your web files to /config/www for hosting. ## Versions ++ **25.05.17:** Rebase to alpine 3.6. + **18.04.17:** Add php7-sockets + **27.02.17:** Rebase to alpine 3.5, update to nginx 1.10.2 and php7 + **14.10.16:** Add version layer information.