Skip to content
Snippets Groups Projects
Commit 5dc903c9 authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fix

parent 2f6cc175
No related branches found
Tags v1.6.1
No related merge requests found
Pipeline #33502 passed
......@@ -82,10 +82,10 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
\
wget -q https://github.com/docker/compose/releases/download/${compose_version}/docker-compose-`uname -s`-`uname -m` -O /usr/local/bin/docker-compose && \
chmod +x /usr/local/bin/docker-compose && \
chmod ugo+w /usr/local/bin/composer && \
\
wget -q https://getcomposer.org/composer.phar -O /usr/local/bin/composer && \
chmod +x /usr/local/bin/composer && \
chmod ugo+w /usr/local/bin/composer && \
\
git clone https://github.com/tj/git-extras.git && \
cd git-extras && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment