Skip to content

Commit

Permalink
Merge pull request #20 from linuxserver/rebase_alpine_3.8
Browse files Browse the repository at this point in the history
rebase to alpine 3.8
  • Loading branch information
sparklyballs authored Sep 5, 2018
2 parents 6575bd9 + 5b11266 commit 306abc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lsiobase/alpine.nginx:3.7
FROM lsiobase/alpine.nginx:3.8

# set version label
ARG BUILD_DATE
Expand All @@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="sparklyballs"

RUN \
echo "**** install packages ****" && \
echo "**** install runtime packages ****" && \
apk add --no-cache \
git \
php7-ctype \
Expand All @@ -16,17 +16,14 @@ RUN \
php7-gmp \
php7-iconv \
php7-intl \
php7-mbstring \
php7-mysqli \
php7-mysqlnd \
php7-pdo_mysql \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-pgsql \
php7-sqlite3 \
php7-xml \
php7-zip \
php7-zlib \
sqlite

# copy local files
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Create a user and database in your mysql/mariadb server (not root) and then foll

## Versions

+ **05.09.18:** Rebase to alpine linux 3.8
+ **17.03.18:** Update nginx config to resolve api not working.
+ **08.01.18:** Rebase to alpine linux 3.7
+ **25.05.17:** Rebase to alpine linux 3.6
Expand Down

0 comments on commit 306abc4

Please sign in to comment.