forked from moos-ivp/moos-ivp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
77 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ARG FROM=moosivp/moos-ivp:trunk | ||
FROM $FROM | ||
|
||
LABEL maintainer="Conlan Cesar <[email protected]>"" | ||
# Install required MOOS dependencies | ||
USER root | ||
RUN apt-get update -y && apt-get install -y cmake build-essential subversion git libtiff5-dev libfltk1.3-dev freeglut3-dev libpng-dev libjpeg-dev libxinerama-dev libxft-dev && apt-get clean | ||
USER moos | ||
# Build the MOOS-IvP tools | ||
RUN cd "$HOME/moos-ivp" && ./build-moos.sh --release && ./build-ivp.sh | ||
File renamed without changes.