Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Docker
GitLab Drupal CI
Commits
ee4ea317
Commit
ee4ea317
authored
Nov 28, 2018
by
Jürgen Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change order of installation
parent
b80e1208
Pipeline
#5637
passed with stage
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Dockerfile
Dockerfile
+3
-2
No files found.
Dockerfile
View file @
ee4ea317
...
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment