File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM lsiobase/alpine.nginx:3.6
2- MAINTAINER sparklyballs
1+ FROM lsiobase/alpine.nginx:3.7
32
43# set version label
54ARG BUILD_DATE
65ARG VERSION
76LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
7+ LABEL maintainer="sparklyballs"
88
9- # install packages
109RUN \
10+ echo "**** install packages ****" && \
1111 apk add --no-cache \
1212 curl \
1313 imagemagick \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po
4747* ` -e PUID ` for UserID - see below for explanation
4848* ` -e TZ ` for setting timezone information, eg Europe/London
4949
50- It is based on phusion-baseimage with ssh removed , for shell access whilst the container is running do ` docker exec -it piwigo /bin/bash ` .
50+ It is based on alpine linux with s6 overlay , for shell access whilst the container is running do ` docker exec -it piwigo /bin/bash ` .
5151
5252### User / Group Identifiers
5353
@@ -85,6 +85,7 @@ The easiest way to edit the configuration file is to enable local files editor f
8585
8686## Versions
8787
88+ + ** 25.01.18:** Rebase to alpine linux 3.7.
8889+ ** 25.05.17:** Rebase to alpine linux 3.6.
8990+ ** 03.05.17:** Use repo pinning to better solve dependencies, use repo version of php7-imagick.
9091+ ** 20.04.17:** Add php7-exif package, thanks iiska
You can’t perform that action at this time.
0 commit comments