Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
b79efc41
Unverified
Commit
b79efc41
authored
Feb 07, 2017
by
David Haynes
Browse files
Docker compiles with new requirements structure
parent
e6080ddc
Pipeline
#844
passed with stage
in 1 minute and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b79efc41
...
...
@@ -8,6 +8,6 @@ RUN apt-get install netcat -y
RUN
mkdir
/go
WORKDIR
/go
ADD
requirements
.txt
/go/
RUN
pip
install
-r
requirements
.txt
ADD
/
requirements
/
/go/
RUN
pip
install
-r
base
.txt
ADD
. /go/
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