Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
d8dead19
Commit
d8dead19
authored
Apr 25, 2018
by
J. Fernando Sánchez
Browse files
Fix extra requirements
parent
87dcdb9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile.template
View file @
d8dead19
...
...
@@ -20,7 +20,7 @@ ONBUILD WORKDIR /senpy-plugins/
WORKDIR /usr/src/app
COPY test-requirements.txt requirements.txt /usr/src/app/
COPY test-requirements.txt requirements.txt
extra-requirements.txt
/usr/src/app/
RUN pip install --no-cache-dir -r test-requirements.txt -r requirements.txt -r extra-requirements.txt
COPY . /usr/src/app/
RUN pip install --no-cache-dir --no-index --no-deps --editable .
...
...
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