Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/php7.0
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-07-18 21:22:52 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-07-18 21:22:52 +0300
commit6beb21171cd791054ff3c5215b6a13c2b1c65995 (patch)
treea8d46f893e353dff20bee825de68a95a6c51d26f /php7.0
parent718877550d29f9a24615584fc479e1fd14341db0 (diff)
Jessie as base imagephp7.0-13
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'php7.0')
-rw-r--r--php7.0/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/php7.0/Dockerfile b/php7.0/Dockerfile
index 681e60a..8500e80 100644
--- a/php7.0/Dockerfile
+++ b/php7.0/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian
+FROM debian:jessie
RUN apt-get update && apt-get install -y wget gnupg2 libzip2 && \
wget http://www.dotdeb.org/dotdeb.gpg && \
apt-key add dotdeb.gpg && \