Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
41621cb7
Commit
41621cb7
authored
Jan 28, 2019
by
Romain Hunault
Browse files
Fix docker build issue
parent
dc1133ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
41621cb7
...
...
@@ -18,9 +18,8 @@ RUN apk -U add \
openssl
\
openssl-dev
\
ca-certificates
\
&&
pip
install
--upgrade
pip
\
&&
pip
install
--no-cache
-r
requirements.txt
\
&&
pip
install
--no-cache
coverage
\
&&
pip
install
-r
requirements.txt
\
&&
pip
install
coverage
\
&&
apk del
\
build-base
\
libffi-dev
\
...
...
Write
Preview
Supports
Markdown
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