Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/public_html/test.tradze.com/vendor/braintree/braintree_php/ |
FROM debian:wheezy RUN apt-get update # For installing hhvm RUN apt-get install -y apt-transport-https software-properties-common RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xB4112585D386EB94 RUN echo deb https://dl.hhvm.com/debian wheezy main > /etc/apt/sources.list.d/hhvm.list RUN apt-get update RUN apt-get -y install curl rake php5 php5-cli php5-curl php-pear hhvm phpunit WORKDIR /braintree-php