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
b7ea1ffb
Commit
b7ea1ffb
authored
May 09, 2019
by
Jürgen Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add php extension fileinfo only for php 7.1 and 7.2
parent
b6193dff
Pipeline
#9003
passed with stage
in 2 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
b7ea1ffb
...
...
@@ -73,13 +73,13 @@ RUN echo 'hosts: files dns' > /etc/nsswitch.conf && \
echo
"http://dl-cdn.alpinelinux.org/alpine/v
${
ALPINE_VERSION
}
/community"
>>
/etc/apk/repositories
&&
\
apk update
&&
\
apk add
--no-cache
\
php7 php7-phar php7-json php7-dom
php7-fileinfo
php7-gd php7-mbstring php7-openssl
\
php7 php7-phar php7-json php7-dom php7-gd php7-mbstring php7-openssl
\
php7-pdo php7-curl php7-xml php7-zip php7-session php7-ctype php7-iconv
\
php7-bcmath
&&
\
if
[
"
${
PHP_VERSION
}
"
=
"7.0"
]
;
then
\
echo
"no extra packages required"
;
\
else
\
apk add
--no-cache
php7-tokenizer php7-simplexml php7-xmlwriter
;
\
apk add
--no-cache
php7-fileinfo
php7-tokenizer php7-simplexml php7-xmlwriter
;
\
fi
&&
\
rm
/etc/apk/repositories
&&
\
mv
/etc/apk/repositories.org /etc/apk/repositories
&&
\
...
...
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