Use native composer home

This commit is contained in:
Filippo Tessarotto
2018-02-22 15:02:31 +01:00
parent e2020afe17
commit a681fae64c
19 changed files with 19 additions and 38 deletions
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -34,6 +34,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -34,6 +34,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -34,6 +34,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -34,6 +34,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -34,6 +34,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -32,6 +32,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -33,6 +33,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -32,6 +32,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH
+1 -2
View File
@@ -32,6 +32,5 @@ 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_HOME/vendor/bin:$PATH
ENV PATH $(composer config --global home)/vendor/bin:$PATH