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
45c5238a
Commit
45c5238a
authored
Feb 20, 2018
by
Jørn Åne de Jong
Browse files
Maybe it needs git to resolve the dependency?
parent
3c9b8533
Pipeline
#6242
failed with stages
in 1 minute and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
45c5238a
FROM
centos:centos7
FROM
centos:centos7
RUN
yum
-y
update
RUN
yum
-y
update
RUN
yum
-y
install
epel-release
RUN
yum
-y
install
epel-release
RUN
yum
-y
install
composer lighttpd lighttpd-fastcgi php-cgi
RUN
yum
-y
install
composer lighttpd lighttpd-fastcgi php-cgi
git
COPY
composer.json composer.lock /var/www/
COPY
composer.json composer.lock /var/www/
WORKDIR
/var/www/
WORKDIR
/var/www/
RUN
composer
install
--no-dev
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