Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Docker
codeception
Commits
0a2226fc
Commit
0a2226fc
authored
Jun 27, 2020
by
Manuel Munz
Browse files
use markup validator from original source
parent
1a93c0a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
3.0-php7.3/Dockerfile
View file @
0a2226fc
...
...
@@ -44,13 +44,12 @@ WORKDIR /opt/codeception
RUN
composer init
--no-interaction
--name
team23/codeception
--require
codeception/codeception:^3
\
&&
composer config repositories.markupvalidator vcs https://github.com/mmunz/codeception-markup-validator.git
\
&&
composer config minimum-stability dev
\
&&
composer config prefer-stable
true
RUN if
[
-n
"
${
GITHUB_CI_TOKEN
}
"
]
;
then
composer config
--global
github.accesstoken
${
GITHUB_CI_TOKEN
}
;
fi
RUN
composer require kolyunya/codeception-markup-validator:3.
0.2
captbaritone/mailcatcher-codeception-module
\
RUN
composer require kolyunya/codeception-markup-validator:3.
1.0
captbaritone/mailcatcher-codeception-module
\
&&
composer
install
--no-interaction
--optimize-autoloader
--apcu-autoloader
ENV
PATH /opt/codeception/vendor/bin:${PATH}
...
...
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