guestbook : Remove explicit install for php-pear

Change-Id: I663a86a972ae3ccd2c774921bbe19f950a6938f5
This commit is contained in:
Davanum Srinivas 2018-07-30 11:17:18 -04:00
parent 8a0052f080
commit cd651b9ea6
No known key found for this signature in database
GPG Key ID: 80D83A796103BF59
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