Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moho1
signal-tools-container
Commits
2004dd0e
Commit
2004dd0e
authored
Jul 28, 2016
by
Moritz Holtz
Browse files
fixed
32619d39
One WORKDIR instruction was still on /src/gr-baz/...
parent
32619d39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2004dd0e
...
...
@@ -204,7 +204,7 @@ RUN echo "export PYTHONPATH=/usr/local/lib/python2.7/dist-packages" >> ~/.bashrc
##### build gr-baz #####
WORKDIR
/home/signals/src
RUN
git clone https://github.com/balint256/gr-baz.git
&&
mkdir
-p
./gr-baz/build
WORKDIR
/src/gr-baz/build
WORKDIR
/home/signals
/src/gr-baz/build
RUN
cmake ..
&&
make
USER
root
RUN
sudo
make
install
&&
sudo
ldconfig
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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