Merge pull request #255 from dims/guest-book-remove-explicit-install-for-php-pear

guestbook : Remove explicit install for php-pear
This commit is contained in:
k8s-ci-robot 2018-07-30 08:54:58 -07:00 committed by GitHub
commit c4ca96d76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
FROM php:5-apache
RUN apt-get update
RUN apt-get install -y php-pear
RUN pear channel-discover pear.nrk.io
RUN pear install nrk/Predis