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:
commit
c4ca96d76f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue