Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dorie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
31
Issues
31
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
dorie
dorie
Commits
3a52c76c
Commit
3a52c76c
authored
Oct 26, 2016
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweaked Dockerfile: location of 'dorie' script is exported to PATH variable
parent
b6b54278
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
3a52c76c
...
...
@@ -3,6 +3,6 @@ MAINTAINER Dion Häfner
WORKDIR
/opt/dune
ADD
. /opt/dune/dorie/
RUN
./dune-common/bin/dunecontrol
--only
=
dorie all
RUN
./dune-common/bin/dunecontrol
--only
=
dorie make
install
WORKDIR
/sim
RUN
source
/opt/dune/venv/dorie/bin/activate
&&
./dune-common/bin/dunecontrol
--only
=
dorie all
ENV
PATH="/opt/dune/dorie/build-cmake/bin:${PATH}"
WORKDIR
/sim
\ No newline at end of file
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