guestbook : Remove explicit install for php-pear
Change-Id: I663a86a972ae3ccd2c774921bbe19f950a6938f5
This commit is contained in:
parent
8a0052f080
commit
cd651b9ea6
|
|
@ -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