Skip to content
Snippets Groups Projects
Commit 7204e294 authored by jurgenhaas's avatar jurgenhaas
Browse files

l3d#78 Make composer executable writable to allow selfupdate for regular users

parent fea15fae
No related branches found
Tags v1.6.1
No related merge requests found
......@@ -82,6 +82,7 @@ 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 && \
......
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