diff --git a/Dockerfile b/Dockerfile index 3dd5461..345bc7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,16 +1,16 @@ -FROM ubuntu:15.10 +FROM ubuntu:16.10 MAINTAINER Jeroen Geusebroek ENV DEBIAN_FRONTEND="noninteractive" \ TERM="xterm" \ - APTLIST="apache2 php5 php5-curl php5-gd php5-gmp php5-mysql git-core" \ - REFRESHED_AT='2015-02-17' + APTLIST="apache2 php7.0 php7.0-curl php7.0-gd php7.0-gmp php7.0-mysql php-xml php-xmlrpc git-core" \ + REFRESHED_AT='2016-12-26' RUN echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup &&\ echo "Acquire::http {No-Cache=True;};" > /etc/apt/apt.conf.d/no-cache && \ apt-get -q update && \ - apt-get -qy --force-yes dist-upgrade && \ - apt-get install -qy --force-yes $APTLIST && \ + apt-get -qy dist-upgrade && \ + apt-get install -qy $APTLIST && \ # Cleanup apt-get -y autoremove && \ diff --git a/README.md b/README.md index 5818c4d..ee40b4b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![](https://images.microbadger.com/badges/image/jgeusebroek/spotweb.svg)](https://microbadger.com/images/jgeusebroek/spotweb "Get your own image badge on microbadger.com") # Docker Spotweb image -An image running [ubuntu/15.10](https://github.com/gliderlabs/docker-alpine) Linux and [Spotweb](https://github.com/spotweb/spotweb) (media branch). +An image running [ubuntu/16.10](https://github.com/ubuntu/16.10) Linux and [Spotweb](https://github.com/spotweb/spotweb) (media branch). ## Requirements