mirror of
https://github.com/fspc/ybdb.git
synced 2025-04-04 07:03:22 -04:00
php5-curl to talk to ssl servers
This commit is contained in:
parent
240c06c4cc
commit
358ec014d8
@ -7,7 +7,7 @@
|
||||
FROM bikebike/bikebike
|
||||
MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
|
||||
|
||||
RUN apt-get update && apt-get -y install apache2-mpm-prefork php5 php5-mysql;
|
||||
RUN apt-get update && apt-get -y install apache2-mpm-prefork php5 php5-mysql php5-curl;
|
||||
RUN cd /var/www/html/; \
|
||||
rm index.html; \
|
||||
git clone -b devel https://github.com/fspc/Yellow-Bike-Database.git .
|
||||
|
Loading…
x
Reference in New Issue
Block a user