Lines Matching refs:usr
63 RUN cd php-5.5.38 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.5-zts && \
65 RUN cd php-5.5.38 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.5 && \
71 RUN cd php-5.6.30 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-5.6-zts && \
73 RUN cd php-5.6.30 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-5.6 && \
79 RUN cd php-7.0.18 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-7.0-zts && \
81 RUN cd php-7.0.18 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-7.0 && \
87 RUN cd php-7.1.4 && ./configure --enable-maintainer-zts --prefix=/usr/local/php-7.1-zts && \
89 RUN cd php-7.1.4 && make clean && ./configure --enable-bcmath --prefix=/usr/local/php-7.1 && \
94 RUN mv composer.phar /usr/bin/composer
102 ln -sfn /usr/local/php-5.5/bin/php /usr/bin/php && \
103 ln -sfn /usr/local/php-5.5/bin/php-config /usr/bin/php-config && \
104 ln -sfn /usr/local/php-5.5/bin/phpize /usr/bin/phpize && \
106 mv vendor /usr/local/vendor-5.5 && \
107 ln -sfn /usr/local/php-5.6/bin/php /usr/bin/php && \
108 ln -sfn /usr/local/php-5.6/bin/php-config /usr/bin/php-config && \
109 ln -sfn /usr/local/php-5.6/bin/phpize /usr/bin/phpize && \
111 mv vendor /usr/local/vendor-5.6 && \
112 ln -sfn /usr/local/php-7.0/bin/php /usr/bin/php && \
113 ln -sfn /usr/local/php-7.0/bin/php-config /usr/bin/php-config && \
114 ln -sfn /usr/local/php-7.0/bin/phpize /usr/bin/phpize && \
116 mv vendor /usr/local/vendor-7.0 && \
117 ln -sfn /usr/local/php-7.1/bin/php /usr/bin/php && \
118 ln -sfn /usr/local/php-7.1/bin/php-config /usr/bin/php-config && \
119 ln -sfn /usr/local/php-7.1/bin/phpize /usr/bin/phpize && \
121 mv vendor /usr/local/vendor-7.1
135 RUN ln -s /usr/bin/ccache /usr/local/bin/gcc
136 RUN ln -s /usr/bin/ccache /usr/local/bin/g++
137 RUN ln -s /usr/bin/ccache /usr/local/bin/cc
138 RUN ln -s /usr/bin/ccache /usr/local/bin/c++
139 RUN ln -s /usr/bin/ccache /usr/local/bin/clang
140 RUN ln -s /usr/bin/ccache /usr/local/bin/clang++