Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ASM
dkim-validator
Commits
fdddd7bc
Commit
fdddd7bc
authored
Feb 20, 2018
by
Jørn Åne de Jong
Browse files
Now it suddenly has a dependency for a newer version, aright..
parent
45c5238a
Pipeline
#6243
passed with stages
in 4 minutes and 19 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
fdddd7bc
FROM
centos:centos7
RUN
yum
-y
update
RUN
yum
-y
install
epel-release
RUN
yum
-y
install
composer lighttpd lighttpd-fastcgi php-cgi git
RUN
yum
-y
update
\
&&
yum
-y
install
epel-release https://rpms.remirepo.net/enterprise/remi-release-7.rpm yum-utils
\
&&
yum-config-manager
--enable
remi-php72
\
&&
yum
-y
install
composer lighttpd lighttpd-fastcgi php-cgi git
\
&&
yum clean all
\
&&
rm
-rf
/var/cache/yum
COPY
composer.json composer.lock /var/www/
WORKDIR
/var/www/
RUN
composer
install
--no-dev
...
...
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