Skip to content
Snippets Groups Projects
Commit 215ed8cc authored by Hakan EBABIL's avatar Hakan EBABIL
Browse files

fix composer auth var

parent 6994207d
No related merge requests found
......@@ -5,7 +5,6 @@ RUN apt-get update
# Install composer
ENV COMPOSER_HOME "/home/www-data/.composer"
ENV COMPOSER_AUTH "{ \"http-basic\": { \"php-packages.chargemap.com\": { \"username\": \"chargemap\", \"password\": \"Fy6Rys[WYNpzVkh;\" } } }"
RUN mkdir -p $COMPOSER_HOME && chmod -R 777 $COMPOSER_HOME && curl -sS https://getcomposer.org/installer | php \
&& chmod +x composer.phar && mv composer.phar /usr/local/bin/composer
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment