This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
docker-php-fpm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Dependencies fix
master
Rafael Mello
8 years ago
parent
47644f00a1
commit
462786d3f2
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
5.6/Dockerfile
+1
-1
7.0/Dockerfile
+ 3
- 1
5.6/Dockerfile
View File
@ -41,7 +41,9 @@ RUN apt-get update \
libaio-dev
\
libgearman-dev
\
libmemcached-dev
\
freetds-dev
freetds-dev
\
libssl-dev
\
openssl
# Install Composer
RUN
curl -sS https://getcomposer.org/installer
|
php --
\
+ 1
- 1
7.0/Dockerfile
View File
@ -42,7 +42,7 @@ RUN apt-get update \
libmemcached-dev
\
freetds-dev
\
libssl-dev
\
openssl
z
openssl
# Install Composer
RUN
curl -sS https://getcomposer.org/installer
|
php --
\
Write
Preview
Loading…
Cancel
Save