Skip to content

Commit

Permalink
Revert "Merge pull request #31 from Slamdunk/native_composer_home"
Browse files Browse the repository at this point in the history
This reverts commit 9249153, reversing
changes made to e2020af.
  • Loading branch information
fquffio committed Feb 23, 2018
1 parent 9249153 commit 2e4c1ac
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 19 deletions.
3 changes: 2 additions & 1 deletion 5.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 5.4/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ RUN buildDeps=" \
&& a2enmod rewrite

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 5.4/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 5.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 5.5/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ RUN buildDeps=" \
&& a2enmod rewrite

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 5.5/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 5.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 5.6/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ RUN buildDeps=" \
&& a2enmod rewrite

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 5.6/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 7.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 7.0/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ RUN buildDeps=" \
&& a2enmod rewrite

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 7.0/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 7.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 7.1/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ RUN buildDeps=" \
&& a2enmod rewrite

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 7.1/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 7.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 7.2/apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ RUN buildDeps=" \
&& a2enmod rewrite

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion 7.2/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ RUN buildDeps=" \
&& rm -r /var/lib/apt/lists/*

# Install Composer.
ENV COMPOSER_HOME /root/composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
ENV PATH $(composer config --global home)/vendor/bin:$PATH
ENV PATH $COMPOSER_HOME/vendor/bin:$PATH

0 comments on commit 2e4c1ac

Please sign in to comment.