Skip to content

Commit 6d773ab

Browse files
committed
bump to alpine 3.6
1 parent 3d4bad3 commit 6d773ab

2 files changed

Lines changed: 16 additions & 22 deletions

File tree

Dockerfile

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,31 @@
1-
FROM lsiobase/alpine.nginx:3.5
1+
FROM lsiobase/alpine.nginx:3.6
22
MAINTAINER sparklyballs
33

44
# set version label
55
ARG BUILD_DATE
66
ARG VERSION
77
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
88

9-
# add repositories
10-
RUN \
11-
echo "@edge http://nl.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
12-
echo "@community http://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
13-
149
# install packages
10+
RUN \
1511
apk add --no-cache \
1612
curl \
13+
imagemagick \
1714
lynx \
15+
php7-apcu \
16+
php7-cgi \
17+
php7-dom \
18+
php7-exif \
19+
php7-gd \
20+
php7-imagick \
21+
php7-mysqli \
22+
php7-mysqlnd \
23+
php7-pear \
24+
php7-xmlrpc \
25+
php7-xsl \
1826
re2c \
1927
unzip \
20-
wget && \
21-
apk add --no-cache \
22-
imagemagick@edge \
23-
libwebp@edge && \
24-
apk add --no-cache \
25-
php7-apcu@community \
26-
php7-cgi@community \
27-
php7-dom@community \
28-
php7-exif@community \
29-
php7-gd@community \
30-
php7-imagick@community \
31-
php7-mysqli@community \
32-
php7-mysqlnd@community \
33-
php7-pear@community \
34-
php7-xmlrpc@community \
35-
php7-xsl@community
28+
wget
3629

3730
# copy local files
3831
COPY root/ /

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.05.17:** Rebase to alpine linux 3.6.
8889
+ **03.05.17:** Use repo pinning to better solve dependencies, use repo version of php7-imagick.
8990
+ **20.04.17:** Add php7-exif package, thanks iiska
9091
+ **23.02.17:** Rebase to alpine linux 3.5 and nginx.

0 commit comments

Comments
 (0)