Browse Source

Dependencies fix

master
Rafael Mello 8 years ago
parent
commit
462786d3f2
2 changed files with 4 additions and 2 deletions
  1. +3
    -1
      5.6/Dockerfile
  2. +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 \
opensslz
openssl
# Install Composer
RUN curl -sS https://getcomposer.org/installer | php -- \


Loading…
Cancel
Save