aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/dockerfile/php_deps.include
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-22 16:02:20 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-22 18:25:16 -0700
commit20f900dc2322cdddb794bd7c6e90ce01f20d0f8e (patch)
tree889a0e799f9323b17e5f4a7ae6f30f7f166bdd97 /templates/tools/dockerfile/php_deps.include
parentda9af3331ce0d64635aa395cb6f0a164c848bea7 (diff)
remove outdated php dockerfile dependency
Diffstat (limited to 'templates/tools/dockerfile/php_deps.include')
-rw-r--r--templates/tools/dockerfile/php_deps.include6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/tools/dockerfile/php_deps.include b/templates/tools/dockerfile/php_deps.include
index 739049b5ea..da071e23ba 100644
--- a/templates/tools/dockerfile/php_deps.include
+++ b/templates/tools/dockerfile/php_deps.include
@@ -3,11 +3,5 @@
# Install dependencies
-RUN /bin/bash -l -c "echo 'deb http://packages.dotdeb.org wheezy-php55 all' ${'\\'}
- >> /etc/apt/sources.list.d/dotdeb.list"
-RUN /bin/bash -l -c "echo 'deb-src http://packages.dotdeb.org wheezy-php55 all' ${'\\'}
- >> /etc/apt/sources.list.d/dotdeb.list"
-RUN wget http://www.dotdeb.org/dotdeb.gpg -O- | apt-key add -
-
RUN apt-get update && apt-get install -y ${'\\'}
git php5 php5-dev phpunit unzip