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

Change order of installation

parent b80e1208
No related branches found
No related tags found
No related merge requests found
Pipeline #5637 passed
......@@ -25,7 +25,6 @@ RUN apk update && \
ln -s /lib/libgcc_s.so.1 /usr/glibc-compat/lib/ && \
\
ln -s /usr/bin/php7 /usr/local/bin/php && \
composer global require "hirak/prestissimo:^0.3" && \
\
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 && \
......@@ -39,4 +38,6 @@ RUN apk update && \
git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) && \
make install && \
cd .. && \
rm -rf git-extras
rm -rf git-extras && \
\
composer global require "hirak/prestissimo:^0.3"
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